S
Sharlene England
I have a Windows 98 machine on the network with a shared folder
the password for read-only access is blank
the password for full access is mypassword
I want to issue a net use for read-only access during the login script, my
line of code is
net use n: \\carmin\archive
this never connects.......
If I issue
net use n: \\carmin\archive mypassword
it does connect.........but now I have full access.
I can't find the correct syntax for the read-only access.
Thanks for any help.
Sharlene England
the password for read-only access is blank
the password for full access is mypassword
I want to issue a net use for read-only access during the login script, my
line of code is
net use n: \\carmin\archive
this never connects.......
If I issue
net use n: \\carmin\archive mypassword
it does connect.........but now I have full access.
I can't find the correct syntax for the read-only access.
Thanks for any help.
Sharlene England