Mount AppleShare volume
Mount AppleShare volume
- Subject: Mount AppleShare volume
- From: Craig Nansen <email@hidden>
- Date: Sun, 14 Oct 2001 15:47:14 -0500
I ran across this little AppleScript in an article from MacAddict,
but I get an error when I try to run it.
This should simply mount an AppleShare volume.
tell application "Finder"
mount volume "afp://craig:email@hidden/craig"
end tell