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

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