Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Windohs - monthly at job

RE: Windohs - monthly at job

From: Eberhard, Jeff <Jeff.Eberhard_at_Rolls-RoyceGS.com>
Date: Tue, 08 Jul 2003 12:25:53 -0700
Message-ID: <F001.005C3E3D.20030708121924@fatcity.com>


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
Received on Tue Jul 08 2003 - 14:25:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US