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 dencom 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 101gary

  1. 101gary

    Schedule an event

    Have played around and answered my own question. Instead of using the variable as the argument for the conditional statement I used the clock command itself and it seems to work fine, see code below. I can now model my scheduler on this. Thanks anyway. Gary #!/usr/bin/wish proc clock:set...
  2. 101gary

    Schedule an event

    Ok, after some thought I am writing a simple dummy program to schedule an event for a certain time Problem is the scheduled messagebox does not appear, I am fairly new to TCL so I am not sure about the correct format for time, so berhaps the argument for the IF is wrong!? Perhaps someone could...
  3. 101gary

    Schedule an event

    Hi I am currently writing a linux dvb veiwer/recorder as a front end to Mplayer. I have implemented veiwing and recording on the fly but I would like to add a function to record the current channel at a specific time and end the recording at a specific time. How do I write a function that will...

Part and Inventory Search

Back
Top