1 2 3 4 5 |
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 |
1 2 3 4 5 |
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 |