defect122

windows batch - connect to webdav drive

Feb 29th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @echo off
  2. net use Z: https://www.example.com /user:abc /persistent:no
  3. start z:/
  4. exit
  5.  
  6. connect to webdav service on www.example.com passing username abc and start z:\
Advertisement
Add Comment
Please, Sign In to add comment