malabdullah82
02-16-2010, 07:51 AM
Hi All,
I am a new member to this forum...
I am trying to create a .exe file to run another .exe file and i was successful in doing that, however, when the second exe runs, it does not play, it just stands-still on the first frame and does not play
this is the line in the first exe
on (release) {
fscommand ("exec", "play.exe");
}
and the second exe is placed in the fscommand folder...
Now, someone told me to create a batch file to run the second .exe and then from the first exe i should run the batch file, but it was even worse, the second .exe did not even open ...
any ideas?
I am a new member to this forum...
I am trying to create a .exe file to run another .exe file and i was successful in doing that, however, when the second exe runs, it does not play, it just stands-still on the first frame and does not play
this is the line in the first exe
on (release) {
fscommand ("exec", "play.exe");
}
and the second exe is placed in the fscommand folder...
Now, someone told me to create a batch file to run the second .exe and then from the first exe i should run the batch file, but it was even worse, the second .exe did not even open ...
any ideas?