home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / d-chk102.zip / D-CHK.DOC < prev    next >
Text File  |  1993-03-27  |  557b  |  18 lines

  1. D-CHK.EXE is a small program for use with BATCH files to compare the
  2. time-date stamps of two files.  DOS Errorlevels are returned depending
  3. on the parameters.  To view the help screen, just type D-CHK at the
  4. DOS prompt.
  5.  
  6. A sample BATCH language file is included to illustrate how the DOS
  7. error return levels can be detected and acted upon.
  8.  
  9. The unwanted output from the D-CHK program can be discarded by using
  10. redirection.
  11.  
  12. Example of redirection:
  13.  
  14. D-CHK FILE_1 FILE_2 >NUL
  15. where the output is redirected (">") to the bit bucket ("NUL").
  16.  
  17.  
  18.