in reply to system() - launch a program and return without waiting in Windows

Besides the other excellent advice provided above, you may want to look into the 'start' command for Windows, starting perhaps with:
start /?
at a command line.


Christopher E. Stith
  • Comment on Re: system() - launch a program and return without waiting in Windows (was: system('start command');)
  • Download Code