home *** CD-ROM | disk | FTP | other *** search
/ Doom Extras / DExtras.iso / accessor / loaders / dmmodem / install.bat < prev    next >
DOS Batch File  |  1994-04-20  |  856b  |  27 lines

  1. @ECHO OFF
  2. ECHO Install will now unzip the included ZIP files into your DOOM directory.
  3. PAUSE
  4. PKUNZIP DMSERDRV %1\%2
  5. PKUNZIP RDM4_0 %1\%2
  6. COPY RM.BAT %1\%2
  7. COPY BNU*.* %1\%2
  8. COPY CARRIER.* %1\%2
  9. %1
  10. CD\%2
  11. ECHO Install will now copy your SERSETUP.EXE to a temporary directory.
  12. PAUSE
  13. MD TEMP
  14. COPY SER*.* %1\%2\TEMP
  15. ECHO Install will now copy your MODEM config files to a temporary directory.
  16. COPY MODEM*.* %1\%2\TEMP
  17. ECHO Install will now run the Serial driver setup program.
  18. PAUSE
  19. DMQKCFG
  20. ECHO Install will now rename the new Serial driver to SERSETUP.EXE
  21. COPY DMSERDRV.EXE SERSETUP.EXE
  22. ECHO Install has now completed the installation.
  23. ECHO Type RM L  for 1 player (no modem play)
  24. ECHO      RM M (port) for modem play. <port = 1 for COM1 or 2 for COM2>
  25. ECHO
  26. ECHO Have fun and report any bugs to Bob at the SHOCK! BBS (802) 868-5274
  27.