Re: Machine ID
Re: Machine ID
- Subject: Re: Machine ID
- From: John W Baxter <email@hidden>
- Date: Wed, 7 May 2003 22:17:17 -0700
- Envelope-to: email@hidden
At 8:55 -0600 4/29/2003, Robert Poland wrote:
>
I have a script that I use on multiple machines. I would like to
>
individualize the script on a machine basis. And not have to create a
>
different script for each machine.
One approach would be to look at the result from
do shell script "uname -n"
do shell script "uname -a" gives you lots more...a
man uname
will show you flags for many of the pieces of information.
Nothing but discipline will prevent two machines from returning the same
result to uname -n.
--John
--
John Baxter email@hidden Port Ludlow, WA, USA
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.