net use |
Map a directory:
- On computer voyager, create a directory d:\test\dir1\dir2\dir3.
- Right click directory dir3 and select properties.
- Make directory dir3 a shared map and the share-name is mydir.
- You can also allow users to change files in this directory.
- On computer enterprise, type:
net use v: \\10.0.0.3\mydir * /USER:voyager\bill /PERSISTENT:YES
Where:
- v: - is the free drive letter on computer enterprise.
- 10.0.0.3 - is the IP address of voyager.
- mydir - is the shared name of dir3.
- voyager - is the computer name where dir3 is located.
- bill - is the user account on voyager.
- You must enter the password of bill on the voyager computer.
- Directory v:\mydir is created on computer enterprise.
|