>mapping a drive from the command prompt<??

  • Thread starter Thread starter Wayne B.
  • Start date Start date
W

Wayne B.

Would someone out there in NG Land be able to tell me
how to map a network drive from the command prompt.

THANX N ADVANCE! I definitely appreciate it.

The Rookie/Wayne B.
 
Net Use Z: \\machine\share /U:domain\user *

the * will cause a prompt for the password. You could also just type it
out, but then it goes in clear text.

If you substitute * for the Z:, then the next logical drive will be mapped.
This varies from platform to platform ( Some will start at z: and work up,
others will start at the first unused letter and map down )
 
Back
Top