Re: applescript-users digest, Vol 3 #997 - 14 msgs
Re: applescript-users digest, Vol 3 #997 - 14 msgs
- Subject: Re: applescript-users digest, Vol 3 #997 - 14 msgs
- From: "Marc S.A. Glasgow" <email@hidden>
- Date: Wed, 23 Oct 2002 14:44:48 -0400
Give the person their own account and then change the permissions under
OS X to not include the disk for that person.
Apple Menu -> System Preferences -> [System] Accounts
Best Wishes,
=-= Marc S.A. Glasgow
On Wednesday, October 23, 2002, at 02:15 PM,
email@hidden wrote:
Message: 8
Date: Wed, 23 Oct 2002 13:12:20 -0400
From: kevin michael <email@hidden>
To: email@hidden
Subject: (no subject)
why doesn't this work in OS10, it works in OS9
tell application "Finder"
activate
select disk "HD_1"
if position of selection is not {-2000, -2000} then
set position of selection to {-2000, -2000}
else
set position of selection to {0, 0}
end if
end tell
i am trying to hide a hard drive or group of hard drives from a
specific
user
thanks
_______________________________________________
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.