Re: Apple Script to make an alias
Re: Apple Script to make an alias
- Subject: Re: Apple Script to make an alias
- From: has <email@hidden>
- Date: Wed, 23 Apr 2008 20:33:04 +0100
On 23 Apr 2008, at 18:01, email@hidden wrote:
How would I make an alias to: /Volumes/<foldername> and place it on
the desktop?
tell application "Finder"
make new alias file at desktop to POSIX file "/Volumes/StudentShare"
end tell
ln -s /Volumes/StudentShare ~/Desktop
HTH
has
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden