merrymonk has asked for the wisdom of the Perl Monks concerning the following question:
$ppc = Win32::Process::Create( $process, ......\perl5\bin\perl.exe, ......\appdir\app_name.pl arg1 arg2, 0, NORMAL_PRIORITY_CLASS, '.' ); $process->Wait(INFINITE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Starting an Application on another PC
by Corion (Patriarch) on Sep 05, 2016 at 10:48 UTC |