Mappinf a drive at startup

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I need to map a drive to a network share from a server at
its startup. It must be used by numerous users and be
created without anyone having to logon to the server.
 
You can use;

net use W: /d
net use W: \\servername\sharename
in your shell script in one of the startup directories.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top