I am trying to enumerate the values inside of a key. I am trying to use _winreg.EnumValue. EnumValue takes two inputs, key and index.
key is an already open key, or any one of the predefined HKEY_* constants.
index is an integer that identifies the index of the key to retrieve.
I want to...
Is there a way to detect a name on a drive. For instance if I named my c:\ drive "Local Disk" is there a way to detect or decifer this name.
Thanks for the help!!!
This question may be out of place on this forum but I will ask it anyways.
I am using the netsh command. I want to be able to save my network configuration and reconfigure from my saved network configuration so I use the command:
netsh -c interface dump > f:\config.txt
What I get get is a...
Is there a module that can tell what drives are on the computer and report them back in a list or such? What I want to be able to do is "plug" in a USB drive and know what letter windows assigns to this drive (f:,g:,h:, etc) Also is there a way in telling if it is a removable drive...
Does python have the capabilities to format output much like C or Perl??
I am still learning Python and have not come across it yet in my reading.
Any pointers about where to read more, if it is on the python website can you point me to where to look on the site.
I am new to Python programming but have made considerable progress in the last week.
I need to know if it is possible and how if it is, to zip the contents of a directory using python. I have tried to call winzip using os.system, but have run into some challenges. I would like to make my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.