# This is a sample crontab file. This file must be copied to the same directory as cron.exe
# A log is written to cron.log

# This is a comment. In fact, every line not starting with a number is treated as a comment.

# min hr day mth day (0 = sunday)

# start a backup every day at midnight
# 0 0 * * * backup.bat >backup.log      

# copy a file every half hour
# 0,30 * * * * copy c:\important.txt y:\
                 
# scan a drive for viruses on the 1st of every month at 14:00 p.m.
# 0 14 1 * * scan c:

# run sequence starting at 16:55
55 16 * * * sendkeys "CumulusMX" "{CONTROLDOWN}C{CONTROLUP}"
56 16 * * * "C:\WeatherLink\WeatherLink 6.0.3.exe" -d
57 16 * * * startMX.bat

