hi

i'm just wondering, how could we combine two executables (program A and program B) into one file (one executables, lets say program C), and if we run the 'program C', both the program A and B would be run. Because i've seen some program does this.

any idea on how I could do it? using C#?

thanks