Re: Two Quark questions & a Network question
Re: Two Quark questions & a Network question
- Subject: Re: Two Quark questions & a Network question
- From: Tod Hallberg <email@hidden>
- Date: Mon, 18 Feb 2002 14:36:25 -0600
- Organization: Monical Pizza Corporation
This is from sometime ago, but it still applies............
Subject:
RE: mounting volumes using TCP/IP
Date:
Thu, 25 Oct 2001 09:33:46 -0500
From:
<email@hidden>
If the volume is an afp volume via TCP/IP use-
OS 9
Tell application "Finder"
mount volume "afp://username:email@hidden/shared_volume"
-- it may be "afp://at/username....
end tell
OS X 10.1
If the volume is a Windows volume shared via smb/cifs
Tell application "Finder"
open location "smb:// domain;username:password@server/shared_volume"
end tell
If you're in an NT domain don't forget the domain name then a semi-colon
then username...I couldn't figure it out-then someone named Iwan taught me
that tidbit on the OS X AppleScript Discussion Area.
Hope that helps,
email@hidden wrote:
>
I have two questions about QuarkXpress scripting: How do I coerce a
>
measurements point to a text string, and then back again; and how do I get
>
the path to the picture file in a picture box?
>
>
The networking question is: At work, we must now connect to other computers
>
and servers by selecting the "Appleshare" icon in the Chooser, then selecting
>
the "Server IP Address" button, and typing in the server name. At the next
>
window we type in our username and password, and are presented with the list
>
of volumes to mount. Prior to all this, we could simply mount any volume
>
using AppleTalk, so it was easy to script this function using the "mount
>
volume" command. Is it possible to script mounting a volume using "Server IP
>
Address"?
>
>
Thanks in advance for all your help,
>
Garry Simon
>
_______________________________________________
>
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.
_______________________________________________
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.