Help for this page

Select Code to Download


  1. or download this
    open(LIST,$List) or die "Can't read $List: $!";
    while (<LIST>) {
    ...
            system $command2;
            print " I finished the second command.\n";
            print $Server . "\n";
    
  2. or download this
            
        system("//$Server/c\$/temp/ChPass.exe $Server");
        print " I called the executable and it completed.\n";
        }