[python-win32] Mapping Drives in Python

2011-03-03 Thread Becky Mcquilling
Hi: Hoping you guys can help out a python noob here. I have a list of machines that I am backing up flat files from to one central machine. I need to: a) Map Drives and b) run robocopy I am iterating through a text file that has the share names and the and directory that I want to be created:

[python-win32] Using Python and WMI for multiple machines

2008-02-19 Thread Becky Mcquilling
I'm new to Python and wanted to do what is a pretty routine and common admin function, simple enough in VBScript, but wanted to try it in Python as well. I'm having troulbe working it out on my own. Here goes: I have a text file c:\servernames.txt. I want the script to read from that file,