For some reason fscommand isn’t working for me. On one of my buttons, I have the actions set to
on (release) {
fscommand ("exec", "test.bat");
}
My batch file works, I am using a projector file with .exe extension, but it still doesn’t run the program. It also doesn’t work when I set the actions to:
on (release) {
fscommand ("exec", "calc.exe");
}
These files are all in the same directory. I am using Flash 8 under Windows XP SP2. Any help will be greatly appreciated. Thanks. :jail: