blackoutspy
Registered
tell application "Finder"
mount volume "smb://USER@MYSERVER"
end tell
That is what i'm currently using, how ever the problem that exists is that when that script is run, the SMB/CIFS Filesystem Authentication window appears. My question is, what would i add to my script to "press" ok for me on this window?
mount volume "smb://USER@MYSERVER"
end tell
That is what i'm currently using, how ever the problem that exists is that when that script is run, the SMB/CIFS Filesystem Authentication window appears. My question is, what would i add to my script to "press" ok for me on this window?