I can think of a few ways to do it, but the easiest for an old time R:base programmer is to just use a simple loop looking at the time every few seconds. Try something like this:
set var vnext time = .#time label top if vnext <= .#time then set var vnext = (.vnext + (60*60)) -- time in secondes 60min x 60sec run whatever.cmd endif pause for 30 -- wait 30 seconds goto top return Troy Sosamon >===== Original Message From [EMAIL PROTECTED] ===== >Hi all, > >I have an application that ties via ODBC to a server table connected to a >mainframe. I have a routine that i run that inserts some data into another >table, does some manipulation and the prints a report to the screen or >printer. I need to run this routine about once an hour, as ther data is >very dynamic. Any thoughts on how to automate this process, some kind of >loop maybe. > >TIA BC Troy Sosamon Denver Co [EMAIL PROTECTED]
