Volume Mounter - 3.5d3for mounting AFP and SMB volumes |
|
||||||||||||||||
|
|||||||||||||||||
Feedback Summary:
| Version 3.5d3: | |||||
| Overall Rating: | Features: | Support: | |||
| Ease of Use: | Quality / Stability: | Price: | |||
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Use this in Apple-Script-Editor - Version: 3.5d3, 11/21/2005 05:26AM PST
(2 of 2 users found this comment useful)
Prof Dr LuigiMost Recent Replies: View All 1 Replies
- Use this in Apple-Script-Editor
Demoversion - Version: 3.5d3, 7/15/2005 04:52AM PST
mgreiner
doens't work for me.
Downloaded sit file cannot be extracted under OS 9.2.2 (Stuffit Expander 5.5)
Extracting under OS X 10.2.8 works, but application just quits immediately after being startet.
what is wrong ???
Downloaded sit file cannot be extracted under OS 9.2.2 (Stuffit Expander 5.5)
Extracting under OS X 10.2.8 works, but application just quits immediately after being startet.
what is wrong ???
Most Recent Replies: View All 1 Replies
Program Does What it Claims 



- Version: 3.5d3, 6/29/2005 01:28PM PST
Palm Springs Follies
Since releasing Tiger, the mounting feature for remote volumes has not worked properly. Automount Pref pane (referenced in a previous review) does not function at all in Tiger, and is no longer being developed. Writing a custom applescript does not work either, but for some reason since 10.4.1 this program functions correctly.
tell application "Finder"
mount volume "afp://adress/sharename" as user name ¬
"USERNAME" with password "PASSWORD"
end tell
Save the Script as Executable and Drop it into your Start-Objects in System-Preferences -> Accounts
You can do the same for SMB-Volumes. In this case use "smb://" instead of "afp://"