Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bdowen
  • Content: Threads
  • Order by date
  1. bdowen

    _winreg.EnumValue chaos

    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...
  2. bdowen

    detecting a name on a drive

    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!!!
  3. bdowen

    using netsh

    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...
  4. bdowen

    Module to Innumberate the drives???

    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...
  5. bdowen

    Formatted output in python

    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.
  6. bdowen

    Using python to "zip" a directory

    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...

Part and Inventory Search

Back
Top