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

  1. REM
  2. ECHO Comparing the MAKE files
  3. REM
  4. COMP MOVEAPP.BAT %1
  5. COMP CMPAPP.BAT  %1
  6. COMP APP         %1
  7. COMP APP.L       %1
  8.  
  9. REM
  10. ECHO Comparing the Library
  11. REM
  12. COMP APP.LIB     %1
  13.  
  14. REM
  15. ECHO Comparing the Application Routines
  16. REM
  17. COMP CLICK.D     %1
  18. COMP CLRSCR.D    %1
  19. COMP CMDLN.D     %1
  20. COMP CMPRSS.D    %1
  21. COMP DELAY.D     %1
  22. COMP DOBEEP.D    %1
  23. COMP EDITM.D     %1
  24. COMP EDITS.D     %1
  25. COMP ENVSTR.D    %1
  26. COMP EXPR.D      %1
  27. COMP FMOVE.D     %1
  28. COMP FSTRNG.D    %1
  29. COMP GETMWORD.D  %1
  30. COMP LWRCS.D     %1
  31. COMP SCRNBK.D    %1
  32. COMP SHADE.D     %1
  33. COMP SHDDO.D     %1
  34. COMP TRIM.D      %1
  35. COMP UPRCS.D     %1
  36. COMP VIDOFF.D    %1
  37. COMP VIDWRT.D    %1
  38.  
  39. REM
  40. ECHO Comparing the Sample Application program
  41. REM
  42. COMP DEMO.D      %1
  43. COMP LIST.D      %1
  44.  
  45. REM
  46. ECHO That's All Folks!!!
  47. REM
  48.