
December 12th, 2011, 12:21 PM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
I suspect the problem here is that you have extra text (drive letters it appears) in the names. These are being read as different parameters. Try enclosing the paths in quotes:
Net Use G: "\\192.168.200.20\projects (g)"
etc.
|