Return to Snippet

Revision: 319
at July 9, 2006 13:27 by katz


Initial Code
tell application "Finder"
	if not (exists "SHARE") then
		mount volume "smb://192.168.11.200/share/" as user name "username" with password "password"
	end if
end tell

Initial URL

                                

Initial Description
mount Samba disk named "SHARE" if we haven't mounted it

Initial Title
mount Samba disk

Initial Tags

                                

Initial Language
AppleScript