Help for this page

Select Code to Download


  1. or download this
    my $cmd = Win32::SearchPath::SearchPath('ipconfig');
    
  2. or download this
    my $cmd = Win32::SearchPath::SearchPath('ipconfig', 'C:\Windows');
    
  3. or download this
    Win32::Process::Create( $ProcessObj, $cmd, '/all', 0, IDLE_PRIORITY_CL
    +ASS, "." )
                            || die "error running process";