GTi Giant has asked for the wisdom of the Perl Monks concerning the following question:
TIA-# T e s t . p l # ------------- # This is a test perl script designed to demonstrate some of + the # functions of Win32::AdminMisc. use Win32::AdminMisc; use Win32; if ($Win32::AdminMisc::Version < 971022){ print "THIS VERSION OF WIN32::ADMINMISC IS TOO OLD TO WORK WIT +H THIS SCRIPT.\n"; exit; } $Node = Win32::NodeName(); $Domain = Win32::DomainName(); $User = Win32::LoginName(); $User = 'administrator'; $Domain = '';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Issues w/ AdminMisc
by tachyon (Chancellor) on Apr 09, 2002 at 13:58 UTC | |
|
Re: Issues w/ AdminMisc
by strat (Canon) on Apr 09, 2002 at 14:22 UTC | |
by GTi Giant (Initiate) on Apr 09, 2002 at 14:53 UTC | |
|
Re: Issues w/ AdminMisc
by Biker (Priest) on Apr 09, 2002 at 14:12 UTC |