May 11, 2004 #1 SLider3 Programmer Jun 17, 2003 56 PT My program should run another program and wait him to finish his job and only then execute the next line. How can i do this?
My program should run another program and wait him to finish his job and only then execute the next line. How can i do this?
May 12, 2004 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB use API functions CreateProcess and WaitForSingleObject. Ion Filipski Upvote 0 Downvote
May 12, 2004 Thread starter #3 SLider3 Programmer Jun 17, 2003 56 PT Can you give me some example coe please? Upvote 0 Downvote
May 12, 2004 #4 2ffat Programmer Oct 23, 1998 4,811 US Look at the FAQ for this forum for several examples. James P. Cottingham There's no place like 127.0.0.1. There's no place like 127.0.0.1. Upvote 0 Downvote
Look at the FAQ for this forum for several examples. James P. Cottingham There's no place like 127.0.0.1. There's no place like 127.0.0.1.