Re: List of users/accounts
Re: List of users/accounts
You can alos try :
do shell script "niutil -list . /users"
You'll have the complete list of the users available on the machine, including System accounts.
++ JB
---------- Initial Header -----------
From : applescript-users-bounces+jb.lestang=email@hidden
To : Applescript <email@hidden>
Cc :
Date : Mon, 15 Nov 2004 07:38:55 -0700
Subject : Re: List of users/accounts
Entity Steve Suranie spoke thus:
> Is there a way to get a list of the accounts in the system preferences?
set theList to do shell script "ls -1 /Users/ | awk '{ if ( $1 !=\"Shared\")
print }'"
set userList to every paragraph of theList
-- Gnarlie
************************ ADSL ILLIMITE TISCALI + TELEPHONE GRATUIT ************************
Surfez 40 fois plus vite pour 30EUR/mois seulement ! Et téléphonez partout en France gratuitement,
vers les postes fixes (hors numéros spéciaux). Tarifs très avantageux vers les mobiles et l'international !
Pour profiter de cette offre exceptionnelle, cliquez ici : http://register.tiscali.fr/adsl (voir conditions sur le site)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden