Re: mounting a server
Re: mounting a server
- Subject: Re: mounting a server
- From: Chet Goetz <email@hidden>
- Date: Thu, 2 Oct 2003 17:21:37 -0500
David,
We use the following to mount a volume:
mount volume "afp://userName:password@IPAddress/volumeName/"
Perhaps putting it into a try handler would be best
try
mount volume "afp://userName:password@IPAddress/volumeName/"
end try
HTH
-- chet
On Thursday, October 2, 2003, at 04:55 PM, David DuBois wrote:
I'm writing a script to back up files to a server daily, and the part
that has me stumped is to see if a particular server volume is mounted
on the desktop then copy files to a particular folder. If the volume
in not mounted, then mount the volume, then copy the files.
Any help?
Thanks!
David
_______________________________________________
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.