Hello.

Let's say, I got two different programs doing 2 different tasks, for e.g:

Program A.EXE shows a message box "A" and exits.
Program B.EXE shows a message box "B" and exits.

I want to attach these two programs into a new C.EXE file which shows a message box "A" and then shows a message box "B".

Is there a way to attach these two files together? or in other words, I need to bypass the command in A.EXE telling the program to exit.

Any Idea?