Help for this page

Select Code to Download


  1. or download this
    use Win32::Process;
    
    ...
    
    print "[$a] ==> I *think* this will be zero if the " .
      " process terminated on its own before Wait() finished\n";
    
  2. or download this
    $ProcessObj->GetExitCode($exitvalue);
    print "The code returned: $exitvalue\n";
    
  3. or download this
    DETACHED_PROCESS 
    CREATE_NEW_CONSOLE 
    DETACHED_PROCESS | IDLE_PRIORITY_CLASS