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