
Originally Posted by
mounters
net use x:
http://localhost
You can replace the drive letter with any available, then go to My Computer and you should see a drive mapped to x: (might be called something like DavWWWRoot)
You can also use Code:
net use * http://localhost
which will pick a free letter from the the top of the alphabet (e.g. Z)
Also be aware that *supposedly* Windows XP/Server 2003 need to map a subdirectory - meaning on XP, you would need to Code:
net use * http://webdavserver/subfolder
though this can *supposedly* be a virtual directory