Re: Task scheduler run a task every 10 mins
From: Axel Larson (Axel_at_office.reliasense.com)
Date: 08/02/04
- Next message: anonymous_at_discussions.microsoft.com: "Re: Sharepoint stops after exchange sp1"
- Previous message: anonymous_at_discussions.microsoft.com: "dissapearing disk space"
- In reply to: Mike D: "Task scheduler run a task every 10 mins"
- Next in thread: Marina Roos [SBS-MVP]: "Re: Task scheduler run a task every 10 mins"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 1 Aug 2004 22:41:22 -0700
The NT (W2K, et. al.) resource kit has a utility named "SOON" which will
schedule a program to run within a specified short time. Put a Soon command
at the end of a batch file to reschedule for 10 minutes from now.
example:.
This.bat
-----------------------
Rem Bat to do something
some command
another command
soon 10 this.bat
----------------------
Don't take the command format as gospel, I'm writing from years-old
memories.
-- - Axel "Mike D" <anonymous@discussions.microsoft.com> wrote in message news:87fd01c47847$d1dbf180$a301280a@phx.gbl... > Hello, task scheduler doesn't give me the option to run > every 10 mins, the lease is daily, is there someway I can > make this run a job every 10 mins? > > Thanks
- Next message: anonymous_at_discussions.microsoft.com: "Re: Sharepoint stops after exchange sp1"
- Previous message: anonymous_at_discussions.microsoft.com: "dissapearing disk space"
- In reply to: Mike D: "Task scheduler run a task every 10 mins"
- Next in thread: Marina Roos [SBS-MVP]: "Re: Task scheduler run a task every 10 mins"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|