heathpitts
Registered
Anyway to automatically connect to a folder shared from a linux machine running samba at the startup of osx
mount volume "smb://yourIP/ShareName as user name "userName" with password "yourpass"
--error 5062 unable to connect to server
--have to find a way to ignore this error
--<protocol>://<name>:<password>@<IP or server name>/<volume name>
--some examples
--open location "afp://bbobby:346400@225.174.41.163/Jobs77"
tell application "Finder"
try
open location "afp://rjohnson:445534@135.217.14.55/JOBS"
end try
try
open location "afp://rjohnson:445534@135.217.14.56/PROOFS"
end try
end tell