About
-----

Y2KDSYS.EXE is a simple utility that will read a DOOR.SYS and change the
MM/DD/YY dates to MM/DD/YYYY format.

How to use Y2KDSYS.EXE
----------------------

This utility is meant to be used in DOOR batch files like so:

     -- MYDOOR.BAT --

     Y2KDSYS DOOR.SYS
     ....
     runmydoor.exe

Simple place Y2KDSYS DOOR.SYS at the top of your batch file.

Note, this will convert 4 lines in a standard door.sys which
has dates in the MM/DD/YY format to the MM/DD/YYYY format.

This program will work for the NEXT 50 years.

Disclaimer:

Santronics Software and her principles ASSUMES no responsibility
for the usage and operations of this utility.  This utility was
written as a FAVOR to the community for legacy DOS door programs
who do not know how to read YY formats.


