in reply to Launching numerous instances of the same program

I personally like Win32::Process, but another way of doing this (the Windows way of starting things with &) is to use the "start" command.

Type "start /?" at the command line to get the options.

/J

  • Comment on Re: Launching numerous instances of the same program