RE: Mount volume, slash problem
RE: Mount volume, slash problem
- Subject: RE: Mount volume, slash problem
- From: Bret Linford <email@hidden>
- Date: Wed, 14 Feb 2001 10:12:15 -0800
Havard and others,
We are also running Helios but on an AIX box. For our production macs we
have virtually the same setups as far as OS ver., OSAX's, extensions, etc.
The problem is that on some machines the following script works and on
others it doesn't. Any ideas
tell application "Finder"
if (is mounted "volumename") then
--Check if volume is mounted - Requires "MountServer" OSAX
UnmountServer "ripro1.3.0"
else
try
mount volume "afp://user:email@hidden/volumename"
--Tries to mount volume. Change user name:password accordingly
end try
end if
end tell
--
Bret
>
From: "Hevard, Inkognito" <email@hidden>
>
Date: Wed, 14 Feb 2001 01:07:26 -0800
>
To: John W Baxter <email@hidden>, email@hidden
>
Subject: Re: Mount volume, slash problem
>
>
Thank you for the suggestion John. Unfortunatly it did not work for
>
me. I get "network file permission error" as if I did type the wrong
>
password. (Server is Helios Ethershare on Solaris)
>
>
Havard