I would like to access Windows share (ex. \\backupserver\\backups) from Python script. Share is protected by user name and password. How to open this share using user name a
A nice library that wraps 'net use' command:
http://covenanteyes.github.io/py_win_unc/