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