Mapping a drive means you assign a drive letter on your computer to the server path. You can then connect to the server without having to remember and type the path every time.Use these instructions to map a drive on your Windows XP computer to a Windows server.
How to Map a Drive
- On the Start menu, right-click My Computer, and then click Map Network Drive.

- In the Folder box, type the path to the server, for example \\servername.cit.cornell.edu\foldername or \\myserver.mydomain.cornell.edu\e$.

- Click Connect Using Different User Name.

- In the User name box, type your login name for the server domain.
- For servers using domain login, type your user name in this format: serverdomain\user_name
- For servers using active directory login, type your user name in this format: user_name@serverdomain.cornell.edu
- In the Password box, type your password for the server domain, and then click OK.

- In the Map Network Drive box, click Finish.
-

Note: To map a drive using the command-line, type:
net use x: \\myserver.domain_name\sharename * /user:domain_name\user_name