Jump to content

Recommended Posts

Posted

help, guys, i need some help on directing the AutoIT to open the maplestory.exe itself... help pls :o:geek:

you have a script your trying to accomplish this with?

Have no idea what maplestory.exe is.

Can't help you if you don't show what your trying to do.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Posted

heres how i run diablo

$d2dir = RegRead("HKEY_CURRENT_USER\Software\Blizzard Entertainment\Diablo II", "InstallPath")
            Run($d2dir & "\Diablo II.exe", "", @SW_HIDE)

just look in the registry for maplestory and the install path registry key.

then do what i did.

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Posted (edited)

you have a script your trying to accomplish this with?

Have no idea what maplestory.exe is.

Can't help you if you don't show what your trying to do.

erm, maplestory.exe is just an online game .exe i just wan the autoit to start the game window for me... so, wat code should i use?

btw i will try out this script that t0ddie gave out for an example

*EDITED* i tried it, but it said

Run($d2dir & "\MapleStory.exe","", @SW_HIDE)

Edited by peppermint

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...