How can i combine .exe files?

shrshr429

New Member
I have two .exe files.

How can i combine them to make one .exe file, allowing both .exe files to run simultaneously when you run it.
 
Simply making two programs one is essentially impossible. It'd involve de-compiling, recoding, etc etc... Not knowing what the codes are makes it rather difficult too seeing as they could be programmed in completely different ways.

However, I'm sure there's some way to make the programs run at the same time. Perhaps a batch file or some kind of script. Perhaps with some more insight on what you're actually attempting, we might be able to be of more assistance.
 
Thanks Alot for your help, to be more specific I have two programs both are autorunning from a CD. Now when the autorun on Vista UAC has for permission from the User first. The problem with this is, it only asks one of the programs permission and not the other. I am trying to make UAC ask the User permission like the other program. To do this i was planning to link to two files together so they have to be asked permission. Does anyone know of a way to make the other exe file automatically become asked by UAC?
 
Back
Top