Panther Problems - Error type 80 on Mount Volume
Panther Problems - Error type 80 on Mount Volume
- Subject: Panther Problems - Error type 80 on Mount Volume
- From: Andrew <email@hidden>
- Date: Sun, 26 Oct 2003 11:38:58 -0500
After upgrading to Panther and the new Xcode Tools from 10.2.6, all of my
old scripts that use "mount volume" on local server volumes have stopped
working and return an error.
The format of the scripts is as follows:
tell application "Finder"
mount volume "afp://192.168.1.101/Volume One"
end tell
Previously, this would return a dialog requesting a login/pw. Now I get an
error type 80.
Revising the scripts like this:
tell application "Finder"
open location "afp://192.168.1.101/Volume One"
end tell
...will run as expected. I would rather not go through all of my scripts to
revise them. Is there some good reason why "mount volume" no longer works?
There's no mention of a change in the release notes or at macscripter.net --
is this problem afflicting just me?
-Andrew
_______________________________________________
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.