Hi, does anyone know of a script that will run another script at certains times of the day.
You see i have a script that can kick the source on a shoutcast server when i use a command, is there a script that can perform this command every few hours at pre set times that are easy 2 change ?
Lynxfm wrote:How would i make that do a command at serveral different times a day and on different days of the week ? sorry im a n00b 2 this
bind to "00 *" and check for hour and weekday (refer 'clock format' and 'unixtime' in TCLCommands). Oh yes, the most important thing is using a boolan expression in an if construction. You dont have to know about TCL to create this, because this is the same since Basic (at least on C64).