                               FILEUPDT ver 1.0
                Copyright 1994 by Joe McLaughlin, All Rights Reserved.

   FILEUPDT reads a control file.
   This control file can be created by any text editor.
   Each line of the control file contains two file names.
   The first file name must start in postion 1.
   The second file must start at least space after the first file ends.
   FILEUPDT will insert the file size, date, and time after the two names.

   The program checks for file 1.
       If it is not there.
          It copies file two to file one.

   The program checks for file 2.
       If it is not there.
          It copies file one to file two.

   If both files are not there, there is an error.

   If both files are there it compares the file date and time.
      It will copy the new file over the older file if the older file date
         is equal to the saved file date in the control record.

   To use FILEUPDT:
   dos prompt> FILEUPDT control.txt

   On the DOS command line enter FILEUPDT followed by the control file

   The control file looks like this
   1
   c:\autoexec.bat c:\save\autoexec.bat

   The program will not create any directories


