Execute a program from my program

Isaiah

Senior member
May 31, 2000
453
0
0
I have a program that runs and displays a splash screen. I need to change it so it runs and displays a splash screen and then run another program. How Can I do this in C++(16bit)

Thanks
 

satori

Senior member
Nov 2, 1999
471
0
0
In VC++, you could use the _exec() command. Should be something in the help files in your compiler, if it's something else.