Shortcut for shared folder in neighborhood machines
by rajesh[ Edit ] 2009-11-08 01:38:35
Shortcut for shared folder in network neighborhood machines
We can assign a drive to the respective computer by using "net use" command
Steps to set a drive to shared computer path
- go to command prompt
setting a shortcut to a folder to test pc named testpc
- net use x: \\testpc\public
-copy myfile.txt x:
this will copy myfile.txt to \\testpc\public folder