psaraogi has asked for the wisdom of the Perl Monks concerning the following question:
Output:-$client = client.exe #Already added in PATH $rc = Win32::Process::Create($client_process, "$client", "$newcmd", 0, CREATE_NEW_CONSOLE, "."); $client_pid = $client_process->GetProcessID(); print "\n After new window console $client_pid \n
After new window console 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::Process::Create() not working on windows 2008 64 bit machine
by Anonymous Monk on Sep 29, 2011 at 07:02 UTC | |
|
Re: Win32::Process::Create() not working on windows 2008 64 bit machine
by wwe (Friar) on Sep 30, 2011 at 12:27 UTC |