scheduling jobs with 'at' command on NT - TechRepublic
General discussion
December 6, 2000 at 08:51 AM
nazir

scheduling jobs with ‘at’ command on NT

by nazir . Updated 25 years, 6 months ago

I am struggling to schedule two job on windows NT, patch 5 with at command. I am managing to schedule but jobs can’t run at all. Is there any tip, or am I applying the format wrong? Here is the command to shut down the database and startup every dayexcept sunday
1. Command one:
at 23:00 /every:M,T,W,Th,F,S cmd /c “c:\bat\pts_shut.cmd > c:\bat\shut.dat”

2. Command two:
at 06:00 /every:M,T,W,Th,F,S cmd /c “c:\bat\pts_start.cmd > c:\bat\start.dat”

This discussion is locked

All Comments