I've setup a WebDAV "Web Disk" as follows:
docs@example.com which maps to /public_html/docs
(Non SSL Port) Internet or Network Address: http://example.com:2077
(SSL Port) Internet or Network Address: https://example.com:2078
What I am trying to do is programmatically map this to a network drive at network logon using a batch script.
This is what I've tried:
This results in:net use i: "http://example.com:2077" /User:docs@example.com Password
I am running Windows Vista (yes I know), but the rest of the network is Windows XP for the time being.System error 67 has occurred.
The network name cannot be found.
Can anyone advise how this can be done?


LinkBack URL
About LinkBacks
Reply With Quote