Mount volume without error dialog
Mount volume without error dialog
- Subject: Mount volume without error dialog
- From: email@hidden
- Date: Mon, 02 Feb 2004 15:24:37 -0500
- Priority: normal
When I'm trying to hook up to a server (on OS 10.2.6) this
works fine:
-------
try
mount volume "afp://" & userName & ":" & passWord & "@" &
serverName & "/" & dirName
on error
-- Error info
end try
-------
but if the password has become disabled (which happens every
now and then) then I get an error dialog that says
'Connection Failed. An Appleshare system error occurred'.
The script will not continue until I hit the 'ok' button on
this dialog.
Is there any way to NOT get this dialog if there is an error
so I can continue with the 'try' block? I'd like to find
another way besides using System Events if possible.
Thanks.
Jay
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.