Is that possible, to combine two exe files?
I need it to work like this:
- User is running
combined.exe(combination of 2 exe files). - When first exe is loaded and user has clicked "Start" there (I got the source code), then second exe file will run.
Is that even possible?
I'll appreciate some examples or links!

Combined.exerunsfirst.exe; Afterfirst.exeends, prompt to runsecond.exe? Or isfirst.exethe prompt? – iglvzx Feb 1 at 2:13first.exeis coded in AutoIT, and user will be able to click "Start" there, to runsecond.exe(and then first.exe will close itself). – Cyclone Feb 1 at 2:31first.exeandsecond.exeand only thecombined.exeto be displayed. =/ – Cyclone Feb 1 at 2:43