home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / dpl.zip / CMP.BAT < prev    next >
DOS Batch File  |  1988-07-12  |  896b  |  47 lines

  1. REM
  2. REM Comparing the Documentation files
  3. REM
  4. COMP DPL.DOC  %1
  5. COMP DDPL.DOC %1
  6. COMP READ.ME  %1
  7.  
  8. REM
  9. REM Comparing the Prepass Macro Assembler files
  10. REM
  11. COMP DPL.EXE %1
  12. COMP DPL.C   %1
  13.  
  14. REM
  15. REM Comparing the DPL Language Construction files
  16. REM
  17. COMP DPL      %1
  18. COMP DPL.L    %1
  19. COMP DPL.LIB  %1
  20. COMP D.BAT    %1
  21. COMP DV.BAT   %1
  22. COMP MOVE.BAT %1
  23. COMP CMP.BAT  %1
  24.  
  25. REM
  26. REM Comparing the DPL Support Routine files
  27. REM
  28. COMP DPL.MAC    %1
  29. COMP _CRSR.D    %1
  30. COMP _DEC.D     %1
  31. COMP _DPL.D     %1
  32. COMP _DV1616.D  %1
  33. COMP _ENC.D     %1
  34. COMP _FILEIO.D  %1
  35. COMP _HSTOI.D   %1
  36. COMP _IFS.D     %1
  37. COMP _INKY.D    %1
  38. COMP _ITOBS.D   %1
  39. COMP _ITOHS.D   %1
  40. COMP _SCONCAT.D %1
  41. COMP _STREND.D  %1
  42.  
  43. REM
  44. ECHO THAT'S ALL FOLKS!!!
  45. REM
  46. ECHO ON
  47.