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
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