# This is very simple crontab.
# Ranges of numbers are NOT allowed.
# Lists are NOT allowed.
# Commands are executed via CreateProcess() - NOT system() !
#
# This is BAD - redirecting not working: perl C:\etc\test.pl > C:\etc\$$$
# This working: CMD /C "perl C:\etc\test.pl > C:\etc\$$$"
#
#
        #  minute  hour  day-of-month  month  day-of-week
#
16 21 * * * *C:\etc\RouteAdd.CMD
 6  6 * * * C:\etc\RouteDelete.CMD
