-
create another file
I would like to create an exe inside an exe.
My program will compile into an exe file, but there is a button in that application which will trigger an event to create an exe that will also run with a form even when my main application is off.
I don't understand how the child exe is created ?????
Thanks
-
Re: create another file
They would need Visual Studio. You have to compile the exe, and can't distribute the compiler. You can compile an application from a command line, though, so it can be programmed.