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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Yester

  1. Yester

    Need help with programming an alarm in Python

    Nevermind, i figured it out... instead of: os.open(r'C:\Documents and Settings\Zack\My Documents\My Music\Unknown Artist\Unknown Album (8-9-2006 3-32-51 PM)\01 Track 01.wma') #i used: os.startfile(r'C:\Documents and Settings\Zack\My Documents\My Music\Unknown Artist\Unknown Album (8-9-2006...
  2. Yester

    Need help with programming an alarm in Python

    My problem is i can not get it to open the file when the alarm goes off. Any help would be greatly appreciated. Here is the script: #Alarm where you can set the timer. #AlarmclockworksV.01 import os, time print "The current time is:" print time.strftime("%H:%M:%S") alarminfo_1 =...

Part and Inventory Search

Back
Top