search for: pmailrn

Displaying 1 result from an estimated 1 matches for "pmailrn".

Did you mean: mailro
2000 Feb 23
0
Fwd: RE: Group logon Scripts
...just use: > unlink("/home/netlogon/$ARGV[0].bat"); > > (better check if that is syntactically correct, tho' ;) ) > > > open LOGON, ">>/home/netlogon/$ARGV[0].bat"; > > print LOGON "@echo offrn"; > > print LOGON "set pml=h:\pmailrn"; > > print LOGON "set pmr=h:\pmailrn"; > > print LOGON "NET USE X: \\titan\$ARGV[0]rn"; > > print LOGON "NET USE H: \\titan\Hrn"; > > print LOGON "NET USE I: \\titan\Irn"; > > print LOGON "NET USE V: \\titan\Vrn";...