home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / xbatch.zip / DD6.BAT < prev    next >
DOS Batch File  |  1988-09-14  |  802b  |  24 lines

  1. BOX from 4 10 to 20 70 colors %1 %2 single
  2. DISPLAY "The COMPFILE command lets you compare two files by size, date, or time." line 22 center clear
  3. DISPLAY "Example:  COMPFILE wait.exe sound.exe bytime" line 24 colors %4 %5 clear
  4. COMPFILE wait.exe sound.exe bytime
  5.   if errorlevel == 2  goto j1
  6.   if errorlevel == 1  goto j2
  7.   DISPLAY "WAIT.EXE and SOUND.EXE have the same creation date/time!" line 14 center
  8.   goto next6
  9. :j1
  10.   DISPLAY "SOUND.EXE has a later creation date/time!" line 14 center
  11.   goto next6
  12. :j2
  13.   DISPLAY "WAIT.EXE has a later creation date/time!" line 14 center
  14.   goto next6
  15. :next6
  16. DISPLAY "                      Press any key.                      " colors %3 %2 line 12 center
  17. GETCHAR noecho
  18.  
  19. cls
  20. DISPFILE screens.dat screen 3 colors %1 %2
  21. GETCHAR noecho
  22.  
  23. cls
  24.