RE: Windohs - monthly at job

2003-07-09 Thread Boivin, Patrice J
Yes, for fun.

Three years ago I found a freeware utility called  crontab for Windows.

Works well, I don't use AT anymore.

Especially when one autumn morning after the time jumped back an hour, I
noticed that two AT backup jobs had failed to start.

That was on NT Server 4.

Patrice.

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


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
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Boivin, Patrice J
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Windohs - monthly at job

2003-07-09 Thread Boivin, Patrice J
Thanks but I am not interested in winat, it relies on AT.

I have the resource kit.

In my opinion the problem is AT, not the interface.

Patrice.

-Original Message-
Sent: Wednesday, July 09, 2003 9:06 AM
To: Multiple recipients of list ORACLE-L






Attached is the GUI program to schedule jobs in Windows env. May be useful
for you.

(See attached file: WINAT.EXE)



   
 Boivin, Patrice  
 J
 [EMAIL PROTECTED]  To 
 mpo.gc.caMultiple recipients of list 
 Sent by:  ORACLE-L [EMAIL PROTECTED] 
 [EMAIL PROTECTED]  cc 
 .com  
   Subject 
   RE: Windohs - monthly at job
 07/09/2003 05:19  
 PM
   
   
 Please respond to 
 [EMAIL PROTECTED] 
com
   
   




Yes, for fun.

Three years ago I found a freeware utility called  crontab for Windows.

Works well, I don't use AT anymore.

Especially when one autumn morning after the time jumped back an hour, I
noticed that two AT backup jobs had failed to start.

That was on NT Server 4.

Patrice.

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


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
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Boivin, Patrice J
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Boivin, Patrice J
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Windohs - monthly at job

2003-07-09 Thread Saminathan_Seerangan




Attached is the GUI program to schedule jobs in Windows env. May be useful
for you.

(See attached file: WINAT.EXE)



   
 Boivin, Patrice  
 J
 [EMAIL PROTECTED]  To 
 mpo.gc.caMultiple recipients of list 
 Sent by:  ORACLE-L [EMAIL PROTECTED] 
 [EMAIL PROTECTED]  cc 
 .com  
   Subject 
   RE: Windohs - monthly at job
 07/09/2003 05:19  
 PM
   
   
 Please respond to 
 [EMAIL PROTECTED] 
com
   
   




Yes, for fun.

Three years ago I found a freeware utility called  crontab for Windows.

Works well, I don't use AT anymore.

Especially when one autumn morning after the time jumped back an hour, I
noticed that two AT backup jobs had failed to start.

That was on NT Server 4.

Patrice.

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


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
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Boivin, Patrice J
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
attachment: WINAT.EXE


RE: Windohs - monthly at job

2003-07-08 Thread Cunningham, Gerald
Title: Message



Hi 
again...

Well, 
go it to work. I was leaving out the time! Do'h!!!

at 02:00 /every:15 "filename" 


worked...

Thanks! 

I may 
need a few (virtual?) pints for myself after attempting Google searches on "at 
job scheduler"

  
  -Original Message-From: Cunningham, 
  Gerald Sent: Tuesday, July 08, 2003 11:43 AMTo: 
  [EMAIL PROTECTED]Subject: Windohs - monthly at 
  job
  Hi 
  all,
  
  Does anybody know 
  the syntax to schedule a monthly "at" job on Windows (2000)? I need to 
  schedule a job for the 1st and 15th every month, and would like to avoid the 
  Task Scheduler GUI.
  
  A virtual pint o' 
  Guiness (mm...) for anybody who can help!
  
  Thanks!
  
  - 
  Jerry
  


RE: Windohs - monthly at job

2003-07-08 Thread Farnsworth, Dave
Title: Message



I 
think it is like this, In a DOS window type;

AT 
17:00 /every:1,15 "C:\PATH TO BAT FILE\BAT_FILE_NAME"

Not 
positive, but I think it is like this.

Dave

  -Original Message-From: Cunningham, Gerald 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 08, 2003 
  11:39 AMTo: Multiple recipients of list ORACLE-LSubject: 
  Windohs - monthly at job
  Hi 
  all,
  
  Does anybody know 
  the syntax to schedule a monthly "at" job on Windows (2000)? I need to 
  schedule a job for the 1st and 15th every month, and would like to avoid the 
  Task Scheduler GUI.
  
  A virtual pint o' 
  Guiness (mm...) for anybody who can help!
  
  Thanks!
  
  - 
  Jerry
  


RE: Windohs - monthly at job

2003-07-08 Thread Rick_Cale





Looks correct but you should use task scheduler.

Rick


   
 
  Farnsworth, Dave   
 
  [EMAIL PROTECTED]To:   Multiple recipients of list 
ORACLE-L [EMAIL PROTECTED]   
  niture.com   cc:
 
  Sent by:  Subject:  RE: Windohs - monthly at 
job  
  [EMAIL PROTECTED]
 
   
 
   
 
  07/08/2003 01:04 PM  
 
  Please respond to
 
  ORACLE-L 
 
   
 
   
 




I think it is like this, In a DOS window type;

AT 17:00 /every:1,15 C:\PATH TO BAT FILE\BAT_FILE_NAME

Not positive, but I think it is like this.

Dave
  -Original Message-
  From: Cunningham, Gerald [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, July 08, 2003 11:39 AM
  To: Multiple recipients of list ORACLE-L
  Subject: Windohs - monthly at job

  Hi all,

  Does anybody know the syntax to schedule a monthly at job on
  Windows (2000)? I need to schedule a job for the 1st and 15th every
  month, and would like to avoid the Task Scheduler GUI.

  A virtual pint o' Guiness (mm...) for anybody who can help!

  Thanks!

  - Jerry



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Windohs - monthly at job

2003-07-08 Thread Branimir Petrovic
Title: Message



Jerry, 
to schedule "something" onlocal orremote 
Win2K computer:

Simple 
(preferred), non-GUIway:


- Make sure 
"Task Scheduler" service is running on the target 
system,

- Open 
MSDOS "box" then:

C:at \\%ComputerName% 23:00 /every:1 
C:\myJob.bat

C:at \\%ComputerName% 23:00 /every:15 C:\myJob.bat

To see 
what's been scheduled:

C:\atStatus ID 
Day 
Time Command 
Line--- 
1 Each 
1 
11:00 PM 
C:\myJob.bat 2 Each 
15 
11:00 PM C:\myJob.bat

Do not 
specify \\%ComputerName% - and the job is 
scheduled locally.
The above 
is also visible from GUI Task Scheduler.


Other way 
(to do the same):
==
By 
leveraging WMI (hideously complex  ugly COM object hierarchy) that Win2K 

comes 
equipped with and by using "scripting for 21st century"the 
VB Script. 

For how to 
it (use M$ scripting) do - seethe TechNet Script Centerr
http://www.microsoft.com/technet/treeview/default.asp?url="">

Section on 
"Task Scheduling":
http://www.microsoft.com/technet/treeview/default.asp?url="">


Now, 
let'stalk abt.virtual pint... ;-)

Branimir

  -Original 
  Message-From: Cunningham, Gerald 
  [mailto:[EMAIL PROTECTED]Sent: July 8, 2003 12:39 
  PMTo: Multiple recipients of list ORACLE-LSubject: 
  Windohs - monthly at job
  Hi 
  all,
  
  Does anybody know 
  the syntax to schedule a monthly "at" job on Windows (2000)? I need to 
  schedule a job for the 1st and 15th every month, and would like to avoid the 
  Task Scheduler GUI.
  
  A virtual pint o' 
  Guiness (mm...) for anybody who can help!
  
  Thanks!
  
  - 
  Jerry
  


RE: Windohs - monthly at job

2003-07-08 Thread Cunningham, Gerald
Title: Message



OK, 
that's a pint for Branimir, Rick, and Dave... aw, what the heck I'll buy a round 
for everybody!

Make 
sure to let the foam settle...


Thanks 
again!
- 
Jerry

  
  -Original Message-From: Branimir 
  Petrovic [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 
  1:45 PMTo: Multiple recipients of list ORACLE-LSubject: 
  RE: Windohs - monthly at job
  Jerry, 
  to schedule "something" onlocal orremote 
  Win2K computer:
  
  Simple 
  (preferred), non-GUIway:
  
  
  - Make 
  sure "Task Scheduler" service is running on the target 
  system,
  
  - Open 
  MSDOS "box" then:
  
  C:at \\%ComputerName% 23:00 /every:1 C:\myJob.bat
  
  C:at \\%ComputerName% 23:00 
  /every:15 C:\myJob.bat
  
  To see 
  what's been scheduled:
  
  C:\atStatus ID 
  Day 
  Time Command 
  Line--- 
  1 Each 
  1 
  11:00 PM 
  C:\myJob.bat 2 Each 
  15 
  11:00 PM C:\myJob.bat
  
  Do not 
  specify \\%ComputerName% - and the job 
  is scheduled locally.
  The above 
  is also visible from GUI Task Scheduler.
  
  
  Other way 
  (to do the same):
  ==
  By 
  leveraging WMI (hideously complex  ugly COM object hierarchy) that Win2K 
  
  comes 
  equipped with and by using "scripting for 21st 
  century"the VB Script. 
  
  For how 
  to it (use M$ scripting) do - seethe TechNet Script Centerr
  http://www.microsoft.com/technet/treeview/default.asp?url="">
  
  Section 
  on "Task Scheduling":
  http://www.microsoft.com/technet/treeview/default.asp?url="">
  
  
  Now, 
  let'stalk abt.virtual pint... ;-)
  
  Branimir
  
-Original 
Message-From: Cunningham, Gerald 
[mailto:[EMAIL PROTECTED]Sent: July 8, 2003 12:39 
PMTo: Multiple recipients of list ORACLE-LSubject: 
Windohs - monthly at job
Hi 
all,

Does anybody 
know the syntax to schedule a monthly "at" job on Windows (2000)? I need to 
schedule a job for the 1st and 15th every month, and would like to avoid the 
Task Scheduler GUI.

A virtual pint 
o' Guiness (mm...) for anybody who can help!

Thanks!

- 
Jerry



RE: Windohs - monthly at job

2003-07-08 Thread Boivin, Patrice J
Title: Message



OK 
now, for fun, schedule through AT a job that will run every fifteen minutes 
between 6AM and 8PM on Mondays through Fridays.

: 
)

Patrice.

  -Original Message-From: Branimir Petrovic 
  [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 08, 2003 2:45 
  PMTo: Multiple recipients of list ORACLE-LSubject: RE: 
  Windohs - monthly at job
  Jerry, 
  to schedule "something" onlocal orremote 
  Win2K computer:
  
  Simple 
  (preferred), non-GUIway:
  
  
  - Make 
  sure "Task Scheduler" service is running on the target 
  system,
  
  - Open 
  MSDOS "box" then:
  
  C:at \\%ComputerName% 23:00 /every:1 C:\myJob.bat
  
  C:at \\%ComputerName% 23:00 
  /every:15 C:\myJob.bat
  
  To see 
  what's been scheduled:
  
  C:\atStatus ID 
  Day 
  Time Command 
  Line--- 
  1 Each 
  1 
  11:00 PM 
  C:\myJob.bat 2 Each 
  15 
  11:00 PM C:\myJob.bat
  
  Do not 
  specify \\%ComputerName% - and the job 
  is scheduled locally.
  The above 
  is also visible from GUI Task Scheduler.
  
  
  Other way 
  (to do the same):
  ==
  By 
  leveraging WMI (hideously complex  ugly COM object hierarchy) that Win2K 
  
  comes 
  equipped with and by using "scripting for 21st 
  century"the VB Script. 
  
  For how 
  to it (use M$ scripting) do - seethe TechNet Script Centerr
  http://www.microsoft.com/technet/treeview/default.asp?url="">
  
  Section 
  on "Task Scheduling":
  http://www.microsoft.com/technet/treeview/default.asp?url="">
  
  
  Now, 
  let'stalk abt.virtual pint... ;-)
  
  Branimir
  
-Original 
Message-From: Cunningham, Gerald 
[mailto:[EMAIL PROTECTED]Sent: July 8, 2003 12:39 
PMTo: Multiple recipients of list ORACLE-LSubject: 
Windohs - monthly at job
Hi 
all,

Does anybody 
know the syntax to schedule a monthly "at" job on Windows (2000)? I need to 
schedule a job for the 1st and 15th every month, and would like to avoid the 
Task Scheduler GUI.

A virtual pint 
o' Guiness (mm...) for anybody who can help!

Thanks!

- 
Jerry



RE: Windohs - monthly at job

2003-07-08 Thread Tony Johnson
Title: Message



following is an example from my system 

at 01:00 
/every:SU f:\oracle\admin\scripts\analyze\analyze_wkly.bat

being 
up a cmd prompt and enter 'at /help' and you will see how to set up for specific 
days of the month


-- 
Tony 
Johnson 
Email : [EMAIL PROTECTED] Manager Database 
Administration 
Voice : ( 480 ) 682 - 0849 Trimble 
Navigation 
Cell : ( 602 ) 363 - 7328 
 
 7408 W. Detroit Street 
#100 Fax : ( 480 
) 961 - 8801 Chandler, AZ 85226 
-- 
Murphy's Data Constant:Data will be damaged in direct proportion to its 
value 

-Original Message-From: 
Cunningham, Gerald [mailto:[EMAIL PROTECTED]Sent: Tuesday, 
July 08, 2003 9:39 AMTo: Multiple recipients of list 
ORACLE-LSubject: Windohs - monthly at job

  Hi 
  all,
  
  Does anybody know 
  the syntax to schedule a monthly "at" job on Windows (2000)? I need to 
  schedule a job for the 1st and 15th every month, and would like to avoid the 
  Task Scheduler GUI.
  
  A virtual pint o' 
  Guiness (mm...) for anybody who can help!
  
  Thanks!
  
  - 
  Jerry
  


RE: Windohs - monthly at job

2003-07-08 Thread Eberhard, Jeff
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
at  07:00 /every:M C:\myJob.bat
at  07:15 /every:M C:\myJob.bat
at  07:30 /every:M C:\myJob.bat
at  07:45 /every:M C:\myJob.bat
at  08:00 /every:M C:\myJob.bat
at  08:15 /every:M C:\myJob.bat
at  08:30 /every:M C:\myJob.bat
at  08:45 /every:M C:\myJob.bat
at  09:00 /every:M C:\myJob.bat
at  09:15 /every:M C:\myJob.bat
at  09:30 /every:M C:\myJob.bat
at  09:45 /every:M C:\myJob.bat
at  10:00 /every:M C:\myJob.bat
at  10:15 /every:M C:\myJob.bat
at  10:30 /every:M C:\myJob.bat
at  10:45 /every:M C:\myJob.bat
at  11:00 /every:M C:\myJob.bat
at  11:15 /every:M C:\myJob.bat
at  11:30 /every:M C:\myJob.bat
at  11:45 /every:M C:\myJob.bat
at  12:00 /every:M C:\myJob.bat
at  12:15 /every:M C:\myJob.bat
at  12:30 /every:M C:\myJob.bat
at  12:45 /every:M C:\myJob.bat
at  13:00 /every:M C:\myJob.bat
at  13:15 /every:M C:\myJob.bat
at  13:30 /every:M C:\myJob.bat
at  13:45 /every:M C:\myJob.bat
at  14:00 /every:M C:\myJob.bat
at  14:15 /every:M C:\myJob.bat
at  14:30 /every:M C:\myJob.bat
at  14:45 /every:M C:\myJob.bat
at  15:00 /every:M C:\myJob.bat
at  15:15 /every:M C:\myJob.bat
at  15:30 /every:M C:\myJob.bat
at  15:45 /every:M C:\myJob.bat
at  16:00 /every:M C:\myJob.bat
at  16:15 /every:M C:\myJob.bat
at  16:30 /every:M C:\myJob.bat
at  16:45 /every:M C:\myJob.bat
at  17:00 /every:M C:\myJob.bat
at  17:15 /every:M C:\myJob.bat
at  17:30 /every:M C:\myJob.bat
at  17:45 /every:M C:\myJob.bat
at  18:00 /every:M C:\myJob.bat
at  18:15 /every:M C:\myJob.bat
at  18:30 /every:M C:\myJob.bat
at  18:45 /every:M C:\myJob.bat
at  19:00 /every:M C:\myJob.bat
at  19:15 /every:M C:\myJob.bat
at  19:30 /every:M C:\myJob.bat
at  19:45 /every:M C:\myJob.bat
at  06:00 /every:T C:\myJob.bat
at  06:15 /every:T C:\myJob.bat
at  06:30 /every:T C:\myJob.bat
at  06:45 /every:T C:\myJob.bat
at  07:00 /every:T C:\myJob.bat
at  07:15 /every:T C:\myJob.bat
at  07:30 /every:T C:\myJob.bat
at  07:45 /every:T C:\myJob.bat
at  08:00 /every:T C:\myJob.bat
at  08:15 /every:T C:\myJob.bat
at  08:30 /every:T C:\myJob.bat
at  08:45 /every:T C:\myJob.bat
at  09:00 /every:T C:\myJob.bat
at  09:15 /every:T C:\myJob.bat
at  09:30 /every:T C:\myJob.bat
at  09:45 /every:T C:\myJob.bat
at  10:00 /every:T C:\myJob.bat
at  10:15 /every:T C:\myJob.bat
at  10:30 /every:T C:\myJob.bat
at  10:45 /every:T C:\myJob.bat
at  11:00 /every:T C:\myJob.bat
at  11:15 /every:T C:\myJob.bat
at  11:30 /every:T C:\myJob.bat
at  11:45 /every:T C:\myJob.bat
at  12:00 /every:T C:\myJob.bat
at  12:15 /every:T C:\myJob.bat
at  12:30 /every:T C:\myJob.bat
at  12:45 /every:T C:\myJob.bat
at  13:00 /every:T C:\myJob.bat
at  13:15 /every:T C:\myJob.bat
at  13:30 /every:T C:\myJob.bat
at  13:45 /every:T C:\myJob.bat
at  14:00 /every:T C:\myJob.bat
at  14:15 /every:T C:\myJob.bat
at  14:30 /every:T C:\myJob.bat
at  14:45 /every:T C:\myJob.bat
at  15:00 /every:T C:\myJob.bat
at  15:15 /every:T C:\myJob.bat
at  15:30 /every:T C:\myJob.bat
at  15:45 /every:T C:\myJob.bat
at  16:00 /every:T C:\myJob.bat
at  16:15 /every:T C:\myJob.bat
at  16:30 /every:T C:\myJob.bat
at  16:45 /every:T C:\myJob.bat
at  17:00 /every:T C:\myJob.bat
at  17:15 /every:T C:\myJob.bat
at  17:30 /every:T C:\myJob.bat
at  17:45 /every:T C:\myJob.bat
at  18:00 /every:T C:\myJob.bat
at  18:15 /every:T C:\myJob.bat
at  18:30 /every:T C:\myJob.bat
at  18:45 /every:T C:\myJob.bat
at  19:00 /every:T C:\myJob.bat
at  19:15 /every:T C:\myJob.bat
at  19:30 /every:T C:\myJob.bat
at  19:45 /every:T C:\myJob.bat
at  06:00 /every:W C:\myJob.bat
at  06:15 /every:W C:\myJob.bat
at  06:30 /every:W C:\myJob.bat
at  06:45 /every:W C:\myJob.bat
at  07:00 /every:W C:\myJob.bat
at  07:15 /every:W C:\myJob.bat
at  07:30 /every:W C:\myJob.bat
at  07:45 /every:W C:\myJob.bat
at  08:00 /every:W C:\myJob.bat
at  08:15 /every:W C:\myJob.bat
at  08:30 /every:W C:\myJob.bat
at  08:45 /every:W C:\myJob.bat
at  09:00 /every:W C:\myJob.bat
at  09:15 /every:W C:\myJob.bat
at  09:30 /every:W C:\myJob.bat
at  09:45 /every:W C:\myJob.bat
at  10:00 /every:W C:\myJob.bat
at  10:15 /every:W C:\myJob.bat
at  10:30 /every:W C:\myJob.bat
at  10:45 /every:W C:\myJob.bat
at  11:00 /every:W C:\myJob.bat
at  11:15 /every:W C:\myJob.bat
at  11:30 /every:W C:\myJob.bat
at  11:45 /every:W C:\myJob.bat
at  12:00 /every:W C:\myJob.bat
at  12:15 /every:W C:\myJob.bat
at  12:30 /every:W C:\myJob.bat
at  12:45 /every:W C:\myJob.bat
at  13:00 /every:W C:\myJob.bat
at  13:15 /every:W C:\myJob.bat
at  13:30 /every:W C:\myJob.bat
at  13:45 /every:W C:\myJob.bat
at  14:00 /every:W C:\myJob.bat
at  14:15 /every:W C:\myJob.bat
at  14:30 /every:W C:\myJob.bat
at  14:45 /every:W C:\myJob.bat
at  15:00 /every:W C:\myJob.bat
at  15:15 /every:W C:\myJob.bat
at  15:30 /every:W C:\myJob.bat
at  15:45 /every:W C:\myJob.bat
at  16:00 /every:W C:\myJob.bat
at  16:15 /every:W C:\myJob.bat
at  16:30 /every:W C:\myJob.bat
at  16:45 /every:W C:\myJob.bat
at  

RE: Windohs - monthly at job

2003-07-08 Thread Eberhard, Jeff
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