                      DAY OF MONTH CHECK - Version 1.01
            (c)1997 Lightning Data Systems International, Inc.
 -------------------------------------------------------------------------
  DAY OF MONTH CHECK is a DOS batch file utility that will allow you to
  run programs based on the day of the month. 

  Usage: DOMCHK nn
    where nn is the day of month to check.

  DOMCHK will return the following errorlevels:
    99 if you don't specify nn (day of month to check)
    98 if nn > 31
    97 if nn < 0
     1 if nn = current day of month
     0 if nn <> current day of month

  For an example of how to use DOMCHK.EXE in a batch file, take a look
  at the CHECK.BAT file included in this ZIP file.

  At Lightning Entertainment (http://www.ltng.com) we use DOMCHK.EXE to
  reset game high score data files at the beginning of each month. It's
  included in the nightly cleanup batch file.

  If you have any questions, comments (good or bad), or would like to
  send money, drop me a message: sysop@play.ltng.com

  Files included in this ZIP:

  DOMCHK   EXE        42,924  03-17-97 10:28p The Program
  DOMCHK   C           4,127  03-17-97 10:27p C Source Code
  CHECK    BAT         1,091  03-17-97 10:56p Sample Batch File
  README   TXT         1,051  03-17-97 11:20p This File
