Net Use

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Sharlene England (sengland_at_nevermind.com)
Date: 04/19/04


Date: Mon, 19 Apr 2004 09:14:51 -0700

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