spanky
Lifer
hi all. i need some help mapping a drive in DOS. basically, here is where i am stuck. a computer called "mickey" has a share called "paradox data". what would be the command line context to map this drive? the problem is the space in "paradox data". i have tried:
net use y: \\mickey\paradox data
net use y: \\mickey\paradoxdata
net use y: \\mickey\"paradox data"
net use y: \\mickey\parado~1
i have no idea how to proceed. the reason i need to know the dos context is because i would like to make a batch file to automatically reconnect some mapped drives (in case the user accidentally disconnects it). this is a win98 machine, so not much security and restrictions.
your help would be greatly appreciated.
net use y: \\mickey\paradox data
net use y: \\mickey\paradoxdata
net use y: \\mickey\"paradox data"
net use y: \\mickey\parado~1
i have no idea how to proceed. the reason i need to know the dos context is because i would like to make a batch file to automatically reconnect some mapped drives (in case the user accidentally disconnects it). this is a win98 machine, so not much security and restrictions.
your help would be greatly appreciated.