Unix
0 2 * * * /usr/local/reptor/reptor.pl --config /usr/local/reptor/reptor.cfgThis will run Reptor every day at 2:00 am. This example assumes that you have reptor.pl and reptor.cfg installed in /usr/local/reptor.
NT
at 2:00 /every:Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday "c:\perl\bin\perl c:\reptor\reptor.pl --config c:\reptor\reptor.cfg"This will run Reptor every day at 2:00 am. This example assumes that you have reptor.pl and reptor.cfg installed in c:\reptor and Perl installed in c:\perl\bin.
You must also configure the firewall not to kill the Scheduler service. Add the string "Schedule" to the vulture.runtime file.