Re: mount volume
Re: mount volume
- Subject: Re: mount volume
- From: "John C. Welch" <email@hidden>
- Date: Mon, 17 Oct 2005 07:00:33 -0500
- Thread-topic: mount volume
On 10/17/05 06:42, "Gonçalo Miguel" <email@hidden> wrote:
> i¹m trying to mount a PC volume on my Mac, but always get "Connection Failed"
> "No response from the server. Please try again." The scrip results on the
> other Macs but not on the PC can anyone tell me why???
>
> tell application "Finder"
> mount volume "afp://PCPRODUCAO1.espaco/PCPRODUCAOD/" as user name
> "PC_PRODUCAO1" with password ""
> end if
> end tell
Two things come to mind immedately...first...stop using the Finder for this.
There's absolutely no need, it slows things down, and makes your script more
complicated.
Secondly...is your PC server running some kind of AFP service? If not, you
can't use afp://, you have to use smb://
john
--
Happiness:
an agreeable sensation arising from contemplating the misery of another.
Ambrose Bierce
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >mount volume (From: Gonçalo Miguel <email@hidden>) |