Search found 1 match

by stobal
09 Mar 2014 14:40
Forum: DOS Batch Forum
Topic: batch file with timer
Replies: 5
Views: 8975

Re: batch file with timer

Not quite tidy DOS, but I use the tiny program sleep.exe as loop timer: :loop myprogram.exe sleep 800 goto loop This starts the program "myprogram.exe" every 800 seconds. To be precise, ist starts the program again 800 second after the last execution ended. Of course, the sleep.exe and myp...