Important question for me
-
if you know multimediabuilder program I want create same this program not that is question the question how create exe file from exe file such as multimediabuilder Is there a proposal yasofy
Exe file mean is executable file what is generated by a compiler inside an application. If you want to create an exe file from another exe file, you should write/use a compiler. :wtf:
What a curious mind needs to discover knowledge is noting else than a pin-hole.
-
if you know multimediabuilder program I want create same this program not that is question the question how create exe file from exe file such as multimediabuilder Is there a proposal yasofy
I dont' know wtf is multimediabuilder, but it's posible to create a.exe file from other b.exe file. You have to add a.exe file to your project as some kind of resource, and after compiling and linking b.exe, it will consist inter alia of the a.exe so you can extricate a.exe (by clicking some button for example) from b.exe as separate file. :O