

  ChkDate utility  allows to create events to be executed once a month or year
  ---------------  or at precise date.

  Formats  for specified dates should be:
  -------
             British  - dd/mm/yy   (or dd/mm or dd)
          or Russian  - dd.mm.yy   (or dd.mm or dd)
          or Zulusian - dd-mm-yy   (or dd-mm or dd)


  How to use  with T-Mail:
  ----------

(events.ctl)

Exec   chkdate.exe  1        -Fflags\monthly.t-m   0:01   ; once every month
Exec   chkdate.exe  1 15     -Fflags\monthly2.t-m  0:01   ; twice every month
Exec   chkdate.exe  1/01     -Fflags\annual.t-m    0:01   ; once a year
Exec   chkdate.exe  6.09     -Fflags\birthday.t-m  0:01
Exec   chkdate.exe  12.04    -Fflags\gagarin.t-m   0:01
Exec   chkdate.exe  31/12/99 -Fflags\atas.t-m     23:59   ; precise date


(t-mail.ctl)

Process_Flag  monthly.t-m   monthly.bat
                          # mbackup.bat
                          
Process_Flag  birthday.t-m  Sound happy.wav
                          # Grep T-password t-mail.ctl > present.txt 
                          # Post present.txt 5030/15
                          # Kill present.txt


