Simple Question.. How to run an application with hotkey.rc? Thread last updated on 2006-01-29 02:01:49

Posted by member 45700 on 2006-01-28 21:19:13

I have tried !Execute.. !Run.. everything I could think of and searched the forums, cant figure out how to run an appliacation. Here's what I have,

*Hotkey CTRL+W !Execute "C:\Program Files\World of Warcraft\Launcher.exe"

What am I doing wrong?

Posted by member 12025 on 2006-01-28 21:21:49 link

It's
!execute ["C:\Program Files\World of Warcraft\Launcher.exe"]

Yeah, I know: brackets when most everything else just uses spaces :)

Posted by member 45700 on 2006-01-28 21:25:59 link

*Hotkey CTRL+W !execute ["C:\Program Files\World of Warcraft\Launcher.exe"]
isn't working :(

I get the error
"Invalid parameter: W

Error in definition:
*Hotkey CTRL+W !execute ["C:\Program Files\World of Warcraft\Launcher.exe"] "

Any ideas?

Posted by member 1 on 2006-01-28 22:47:04 link

No + sign...and you don't need the !Execute.

*Hotkey Ctrl W "C:\Program Files\World of Warcraft\Launcher.exe"

Posted by member 45700 on 2006-01-29 02:01:49 link

Thank you! I knew it was something dumb I missed