Just for fun right?!?
 
Actually years ago I wrote a C++ program which took the current time and
added fifteen minutes to it and submitted the at command.  At the end of
each batch file which I wanted to run every fifteen minutes I would add a
line calling the C++ program passing the name of my program for the
parameter ( atplus15 "c:\myJob.bat").  It's crude but has working for years
now.  I'm sure the Perl gurus here could probably whip something up similiar
if they wanted to.
 
--Jeff


-----Original Message-----
Sent: Tuesday, July 08, 2003 2:10 PM
To: Multiple recipients of list ORACLE-L


at  06:00 /every:M C:\myJob.bat
at  06:15 /every:M C:\myJob.bat
at  06:30 /every:M C:\myJob.bat
at  06:45 /every:M C:\myJob.bat

Reply via email to