Displaying 1 result from an estimated 1 matches for "asswell".
Did you mean:
aswell
2003 Dec 01
0
No subject
...at");
my $lcuser=lc($ARGV[0]);
my $lcgroup=lc($ARGV[1]);
my $lcmachine=lc($ARGV[2]);
##Map default drives that are used by everyone
##The double slashes are needed since perl interprets a
single \ is a
##control character. So this leaves us with a syntax
that is common with the
##smbclient asswell
# print LOGON "\@ECHO OFF\r\n";
print LOGON "NET TIME \\\\$timeserver /SET /YES\r\n";
print LOGON "IF \"%OS%\"==\"Windows_NT\" goto
Continue\r\n";
print LOGON "REM Assume NON NT here (9X/ME)\r\n";
print LOGON "SET ENVSET=$doslogonpat...