I'm pretty new with this. I'm writing logon scripts and haven't figured out how to handle spaces in the pathname of a mapped drive. Here's an example:

$Drive = "O:" $Path = "\\server2\dp my files"
USE $Drive /Delete
USE $Drive $Path

Written as such, it will not map. Is there anything in the manual that explains how to handle this? A page number would be helpful. Otherwise, if anybody else has suggestions, I would appreciate the help.

Thanks,
Khaunani