View Single Post
  #2 (permalink)  
Old December 12th, 2011, 12:21 PM
planoie's Avatar
planoie planoie is offline
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

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.
__________________
-Peter
compiledthoughts.com
twitter/peterlanoie
Reply With Quote