Help for this page

Select Code to Download


  1. or download this
    system('c:\\winnt\\system32\\net.exe','use',"$server\\\\$share")
      or die "Couldn't launch net.exe: $!";
    
  2. or download this
    my $mypath = 'C:\\Winnt\\system32';
    $ENV{PATH} .= ';' . $mypath;