Jumat, 20 Januari 2012

Membuat Map Network Drive Otomatis Menggunakan Batch File

This one may be useful if you have more than one Pc in your home/office network and you would like to make a mapped network drive from the command line. This will allow you to save/open documents in most programs by simply going to the correct drive letter.

To map a network drive open up a command prompt and type:
net use z: \\servername\sharename

To remove the mapped network drive type:
net use z: /delete

You can substitute any unused drive letter in the above commands. Also tha bove command assume you have the correct windows permissions to the network share.

http://www.blogtopsites.com/outpost/522f63545ff32569e738f38954f74a23


 

0 komentar:

Posting Komentar