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