home *** CD-ROM | disk | FTP | other *** search
/ DOOM Mania!!! / DoomMania.bin / doomm.1 / C-20.BAT < prev    next >
DOS Batch File  |  1994-07-16  |  844b  |  28 lines

  1. ECHO OFF
  2. CALL WARN.BAT
  3. ECHO  COPYING..............
  4. ECHO OFF
  5. COPY %1:\DOOMPK\DCC23\DCC.EXE \DOOM
  6. COPY %1:\DOOMPK\DMHORR\*.WAD \DOOM
  7. COPY %1:\DOOMPK\DMIFST\*.WAD \DOOM
  8. COPY %1:\DOOMPK\DMKAT\*.WAD \DOOM
  9. COPY %1:\DOOMPK\DMKILN\*.WAD \DOOM
  10. COPY %1:\DOOMPK\DMLEVABC\*.WAD \DOOM
  11. COPY %1:\DOOMPK\DMMANI\*.WAD \DOOM
  12. COPY %1:\DOOMPK\DMMAZE\*.WAD \DOOM
  13. COPY %1:\DOOMPK\DMOFFICE\*.WAD \DOOM
  14. COPY %1:\DOOMPK\DMOGRE\*.WAD \DOOM
  15. COPY %1:\DOOMPK\DMPITS\*.WAD \DOOM
  16. COPY %1:\DOOMPK\DMPRTL\*.WAD \DOOM
  17. COPY %1:\DOOMPK\DMSEWER\*.WAD \DOOM
  18. COPY %1:\DOOMPK\DMSPAC\*.WAD \DOOM
  19. COPY %1:\DOOMPK\DMSTAN\*.WAD \DOOM
  20. COPY %1:\DOOMPK\DMWRLD\*.WAD \DOOM
  21. COPY %1:\DOOMPK\DON_E2M1\*.WAD \DOOM
  22. COPY %1:\DOOMPK\DOOMFX2\*.WAD \DOOM
  23. COPY %1:\DOOMPK\DOOMJS\*.WAD \DOOM
  24. COPY %1:\DOOMPK\DPRISON\*.WAD \DOOM
  25. COPY %1:\DOOMPK\DS_NEW\*.WAD \DOOM
  26. CD \DOOM
  27. DCC
  28.