Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Map network Drive& logon credential
Name: amlife Date: November 7, 2008 at 06:22:19 Pacific OS: XP CPU/Ram: AMD 2000, 2GB
Comment:
how can I map network drive with logon credentials ?
Name: klint Date: November 7, 2008 at 07:39:49 Pacific
Reply:
Type NET USE /? for the full details.
0
Response Number 2
Name: amlife Date: November 7, 2008 at 15:47:12 Pacific
Reply:
hehe I know that .. but I need real world example ..
Thank you
0
Response Number 3
Name: klint Date: November 8, 2008 at 04:43:23 Pacific
Reply:
Let's say your name is Bart Simpson and you want to map drive N: to your "My Documents" folder on computer CIA007 and you log into domain CIA. The command line (all on one line) is as follows:
net use N: "\\cia007\C$\Documents and Settings\bart.simpson\My Documents" /user:cia\bart.simpson
Summary: Programming Hi, Could anyone please tell me how netuse(in windows) and mapnetworkdrive(using a script object) are different? I wrote a script calling a batch file to map a shared folder to a drive let...
Summary: I can map/unmap a network drive easily enough... net use letter: \\ net use letter: /d But, what if I need to temporarily remap a drive because corp is pushing an update requiring I use a mapped drive...