home *** CD-ROM | disk | FTP | other *** search
- /* Cron.c
- *
- * Version Date Comment Done By
- * ======= ======== ============================================= =========
- * 1.00 11/03/88 Initial Version K. Foley
- * 1.01 11/06/88 Added the wk_day field and 'e' on min & hour K. Foley
- * 1.02 11/06/88 Put in the prompt for exit. Final debugging. K. Foley
- * 1.03 11/16/88 Fixed hourly & monthly bug K. Foley
- * 1.04 12/26/88 No longer show run count, show last run K. Foley
- * 2.05 07/09/89 No longer is resident. Uses a controlling K. Foley
- * batch file. Renamed executable to CRON.EXE
- * 2.06 07/11/89 Added verification of executable file. K. Foley
- * 2.07 07/12/89 Changed the way the dumpcron procedure works K. Foley
- * 2.18 08/26/89 Added the START parameter/create procedure K. Foley
- * 2.19 01/13/90 Added display of stop time, changed lastrun K. Foley
- * to laststart. Added laststop field K. Foley
- * 2.20 04/19/91 Put in Eval message & tones K. Foley
- * 2.21 04/20/91 Changed copyright to 1988-1991 K. Foley
- * 2.22 05/01/91 Changed vid lib to allow for DESQVIEW buffer K. Foley
- * 2.23 05/02/91 Fixed the PGDN key - was going out of bounds K. Foley
- * 2.24 05/29/91 Allowed parameter passing after executable K. Foley
- * 2.25 08/01/91 Fixed install procedure for DOS ver above 3.3 K. Foley
- * 2.26 08/25/91 Changed token reader. Sscanf was scrambling K. Foley
- * the optional parameters. Oops.
- * 2.27 03/07/92 Disabled the F1-DOS Shell w/ SECURE parameter K. Foley
- * 2.28 03/08/92 Added parameter DISABLE and usage for CRON K. Foley
- * DesqView support removed due to DOS 5 errors.
- *
- */