To map a network drive open up a command prompt and type:
net use z: \\servername\sharenameTo remove the mapped network drive type:
net use z: /deleteYou 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.
For more command line posts click here
No comments:
Post a Comment