Problem mounting appletalk volumes
Problem mounting appletalk volumes
- Subject: Problem mounting appletalk volumes
- From: "Stephen Gross" <email@hidden>
- Date: Thu, 18 Jan 2001 10:49:18 -0500
- Organization: Stuart Country Day School
I have a bit of code that works fine:
=====
mount volume "Network HQ" on server "Network HQ" as user name "admin"
with password "pasword"
=====
However, once it runs once, the script editor changes it to:
=====
mount volume "Network HQ" on server "Network HQ" NDSUsername "admin"
NDSPassword "scds"
=====
It changes "as user name" to "NDSUsername", and "with password" to
NDSPassword. The problem is that now if I try to run it, it gives me an
error when it tries to parse "NDSUsername". Does anyone know:
(1) Why it changes the text in the first place?, and
(2) Is there a way to make it not change the text, or make it work
correctly with the changed text?
Thanks in advance,
Stephen Gross