Zoong PHAM wrote: > I need to run 5 scripts, one on each day. > The first script should start on the 2nd Monday of every month. > The second script runs on the day after that Monday; and the third script > on the 2nd day after that Monday, and so on.
REM Mon 7 AT 6:00 RUN script1 REM Tue 8 AT 6:00 RUN script2 ... REM Fri 11 AT 6:00 RUN script5 -- David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
