Using Win NT 4 with SP6a, on a PDC I am trying to shedule a script file to run every day at 05:30. According to Microsofts help file for the “AT” command it should look like this;
AT 05:30 /EVERY:M,T,W,TH,F,SA,SU C:\RUN\RUN.BAT
However, this onlyresults in a message that no commands were scheduled! What am I doing wrong?
Brian