Quote:
>If you merge two windows exe-files (a.exe + b.exe = c.exe), and
>when you execute c.exe, you want a.exe to start first and then
>execute b.exe.
>So the question is:
>How to start two merged exe-files in the same exe-file?
The C language doesn't specify object file formats, .exe or otherwise.
Your question is about your particular platform/OS and is essentially
unrelated to C. You'll need to ask in the relevant platform related
newsgroup.
--
-----------------------------------------
-----------------------------------------