what is syntax for mounting a windows server?
what is syntax for mounting a windows server?
- Subject: what is syntax for mounting a windows server?
- From: Ken Victor <email@hidden>
- Date: Tue, 02 Jan 2001 18:46:23 -0800
i'm trying unsuccessfully to mount a windows file server from one of
my scripts. if i use the chooser to mount it, i specify an ip address
of the form:
a.b.c.d:n
i've tried all the following applescript variants and none seem to
work (i get -1070 or -5016 errors):
mount volume "afp://a.b.c.d:n/vol.volname/" as user name "myname"
with password "mypassword"
mount volume "afp://myname:mypassword@a.b.c.d:n/vol.volname"
mount volume "vol.volname" on server "a.b.c.d:n" as user name
"myname" with password "mypassword"
could someone please tell me the proper syntax to accomplish the mounting?
thanx,
ken