Thursday, November 11, 2010

Net use command in CMD

If you want to map a network drive from command prompt(cmd), you can write the following command :

net use (partition letter): \\server_name\share_name
Example : net use y: \\test_server\test_share

No comments: