code:on (release) { fscommand ("exec", "file.exe"); }
quote:Originally posted by raceprouk Making sure you specify the full path to the EXE, otherwise the system may not find it.
code:on(release) { fscommand ("exec","c:\windows\system32\notepad.exe"); }
quote:Originally posted by YottabyteWIzard My code is this one: code:on(release) { fscommad ("exec","c:\windows\system32\notepad.exe"); }
code:on(release) { fscommad ("exec","c:\windows\system32\notepad.exe"); }