Merging EXE files

Hi!

Does anybody know how to merge two .exe files into one?
Let’s say one file is called file1.exe and the other - file2.exe

I’ll be really thankful to anyone who helped :smiley:

What exactly are you trying to get out of this? Define what you mean by merging… Do you mean being able to run both exe at the same time? Or just merge the 2 files togethere?

I mean:
merging two files into one, different file, and then deleting the two i used to merge… Like two processes into one - one after another

That’s not really how executable files work. Executables contain final, complied code. You’d need to go back to the source files and redesign the programs to work and compile together.

1 Like

Ok thanks - never mind :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.