• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
mount volume
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: RE: Basic Outlook Express script
  • Next by Date: Re: How does one submit a bug report to Apple?
  • Previous by thread: Re: beep broken in 10.2?
  • Next by thread: Folder Actions
  • Index(es):
    • Date
    • Thread