Possible Duplicate:
Merge two exe files into one programmatically
Hello, i want to bind two exe files into one exe file, and when executed it should only create 1 process.
For example to bind windows calc.exe and notepad.exe to binded.exe and when executed it should just see binded.exe in process list and both calc.exe and notepad.exe should start.