Re: Mounting Remote Volumes
Re: Mounting Remote Volumes
- Subject: Re: Mounting Remote Volumes
- From: Eric Peyton <email@hidden>
- Date: Sun, 24 Feb 2002 22:45:27 -0600
Write an applescript to connect to them and stick it in your startup
folder.
For example,
tell application "Finder"
activate
mount volume "afp://user:password@server/sharepoint/"
end tell
Save as an applescript application. Fill in the appropriate parts
yourself.
Eric
On Sunday, February 24, 2002, at 07:30 PM, Carla Lewis wrote:
Please forgive the off topic request, but I know someone here has the
answer.
I have two remote volumes I connect to everytime I am on my computer.
It's a little tedious to do this every time I boot. I would like the
to automatically connect everytime I boot.
In OS9, I just put an alias to the remote volume in my startup folder,
and that took care of it. It doesn't work in OSX.
Any suggestions???
Oh, and these have no password to login.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.