mount volume
mount volume
- Subject: mount volume
- From: "Reese, Steve" <email@hidden>
- Date: Tue, 17 Sep 2002 14:14:33 -0700
- Thread-topic: mount volume
In Mac OS X 10.1.5 AppleScript 1.83 the following works.
tell application "Finder"
set theVolume to "smb://domain;username:password@servername/share"
open location theVolume
end tell
As does this;
Note the space in the share name.
tell application "Finder"
set theVolume to "smb://domain;username:password@servername/share name"
open location theVolume
end tell
After upgrading to 10.2 the same script returns the error type 10814
Anybody have another idea?
Thanks
stevan
_______________________________________________
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.