do shell script
do shell script
- Subject: do shell script
- From: Michael Slomski <email@hidden>
- Date: Tue, 10 Feb 2004 22:03:21 +0100
Hello together,
The following script will run fine if the user which is executing it has
admin privs.
What can i do if a user without admin privs can run this script? Is there a
possibility to run it with something
Run script as user xxx
tell application "Finder"
activate
do shell script "/usr/sbin/bless -folder9 '/Volumes/System
OS9/Systemordner' -setOF" password "myAdminPassw" with administrator
privileges
restart
end tell
Best regards
Michael Slomski
_______________________________________________
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.