What
are you actually trying to accomplish? You won't have any luck with
anything prior to WinNT unless the users have shared out their hard
drives. Remote administration, well let's just say it wasn't a priority at
the the time Win9x was invented. But if you want to get the list from
a script running locally on the computer, there is a folder inside of
%systemroot% that has a list of profiles _if_ the computer has
the feature to allow different settings for different "users" installed, which
most do not by default.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lloyd, Steve
Sent: Thursday, February 12, 2004 7:38 AM
To: [EMAIL PROTECTED]
Subject: Get users using Win32::Api
Is there a way to
get the Users on a computer using the Win32::Api?
I need to write a
single script that will work on all platforms (9x, NT, 2000) that will return a
list of users for the local computer.
I am aware of
Win32::AdminMisc and Win32::NetAdmin but they require the system to be NT or
higher.
Any
suggestions?
Steve
