Update about WebDAV drive mapping on Windows XP: Automatically reconnect a WebDAV drive after reboot.
A user reported a problem on Windows XP:
When mapping a WebDAV drive, even if you select "Reconnect at logon", Windows XP cannot successfully reconnect the WebDAV drive. When clicked on the WebDAV drive letter, it may report an error like: "An error occurred while reconnecting Drive. Web Client Network: This connection has not been restored."
When this problem occurs, you have to disconnect and then remap the drive.
This appears to be a Windows XP bug and not a DriveHQ WebDAV server issue. However, you can work around this problem by using a batch file.
Automatically reconnect DriveHQ WebDAV drive using a batch file:
Open Notepad, and enter the following text:
net use Z: /delete
net use Z: http://www.drivehq.com/webdav/USERNAME PASSWORD /user:USERNAME
make sure you replace USERNAME and PASSWORD with your DriveHQ username/password. Then save the file as "mapdrive.bat". Copy/move the file to the folder:
C:\Documents and Settings\YOUR_WINDOWS_USERNAME\Start Menu\Programs\Startup
You can then reboot your computer. After you logon, it will automatically run the batch file and reconnect the webdav drive.