Friday, December 28, 2007

Map network in Windows command prompt

In Windows XP, to map a network drive from the command prompt, run the following command:

net use <Drive>: \\<network path>\ <password> /user:<domain>\<username>

0 comments: