Topic Options
#11 - 12/21/00 10:55 AM 5mins run
dsmarty Offline
Junior Member

Registered: 12/21/00
Posts: 3
How should the script look like when i want to execute the file runstats.bat every 5 mins (24/7) TIA

Top
#12 - 12/21/00 10:58 AM Re: 5mins run
Mark Ishikawa Offline
Junior Member

Registered: 12/21/00
Posts: 1
can you please post the answer to this question or e-mail me the results too. marki@baytsp.com

Top
#13 - 12/21/00 11:01 AM Re: 5mins run
Luke Tomasello Administrator Offline
Member

Registered: 09/17/00
Posts: 740
Loc: San Jose, CA., USA
# Run every five minutes, never expires
{

# start now
-start

# put your command here. Defrag is an example
-command Defrag /s /f

# every five minutes
-action -inc 0 0 5 0

# tell the user we are working
-action -print Running defrag now
}

Luke Tomasello
_________________________
Regards,
Luke Tomasello

Top


Moderator:  Luke Tomasello