-2

In Windows, what software is there for me to use so I can pack two executable files into one other executable, and then how do I make this other executable extract the two executables and run them both at the same time ? In other words, how do I code and create the main executable so that upon running it, it extracts the two other executables from itself and runs both of them, preferably in c++ ?

1 Answers1

-1

Ok, I found one answer. I can use ExeFusion.