Re: AppleScript to get UserName!??
Re: AppleScript to get UserName!??
- Subject: Re: AppleScript to get UserName!??
- From: Michelle Steiner <email@hidden>
- Date: Tue, 23 Oct 2001 08:46:17 -0700
On 10/23/01 5:14 AM, Dan Ball <email@hidden> wrote:
>
I see how you get the user name! What would be the script to change the
>
Computer Name, User Name, and Password with a Dialog box popping up asking
>
to change them?
set computer name to text returned of ,
(display dialog "Change the computer's name to?" default answer "")
set owner name to text returned of ,
(display dialog "Change the owners's name to?" default answer "")
It doesn't appear that you can change the password via applescript,
though.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------