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 strongm 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: yannb
  • Order by date
  1. yannb

    adding a path to windows path environment

    Hello, I have a script which updates a bunch of windows machines with some new software. If the software has never been installed on those machines before, I need to add the path to that software into the windows path environment variable permanently. here's what I do. newpath = 'c:\\newapp'...
  2. yannb

    using smtplib module, putting a subject in email

    i am using the smtplib module to send email from python script. I would like to have a subject in the emails I send. but cant seem to figure out how to do that. here's the script: import smtplib import string fromaddr = 'foo@foo.com' toaddr = 'foo@foo.com' msg = ("From: %s\r\nTo...
  3. yannb

    any way to read/write registry info on Windows System

    I am new to python and I need a way to read a registry key and string and possibly modify that string. any way to do that with python? thanks yann

Part and Inventory Search

Back
Top