|
|||
|
Hi,
I searched the archives and found some related topics but didnt quite understand what to do. I want my SWFKit produced .exe to run another .exe file from the same cd. I dont want it to unpack this .exe beforehand. Just run the new program and quit itself. Could somebody tell me how to do this? Regards Jon |
|
|||
|
You can use the "exec" fscommand. Say your main program is "main.exe", which is converted by the "main.swf", and you need to call another program "other.exe" from the "main.swf". To do that ,you can just put the "other.exe" in the same folder of the "main.exe", and in the "main.swf" call the following fscommand
Code:
fscommand("exec", "other.exe");
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|