home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / MULTI / DMBATS / MOREHELP.BAT < prev    next >
DOS Batch File  |  1994-02-27  |  1KB  |  29 lines

  1. @echo off
  2. cls
  3. REM DOS batch files to run DOOM from the command line (C)1994 Erik Carlseen
  4. echo                           MORE HELP FOR DOOM BATCH FILES
  5. echo.
  6. echo These batch files let you run DOOM from the command line without having
  7. echo to type awkwardly long command lines. Here are some brief notes on
  8. echo using them.
  9. echo.
  10. echo Examples of batch file usage are given in parenthesis next to each
  11. echo batch file description. In the example below (for the SETCOM.BAT file)
  12. echo the example, (SETCOM 2), means you would type the following line at your
  13. echo DOS prompt:
  14. echo SETCOM 2
  15. echo and then press enter (or return, depending on how your keyboard is labeled).
  16. echo.
  17. echo FOR SERIAL USERS (MODEM AND DIRECT CONNECT)
  18. echo You only need to specify your COM port once! Do this by running the SETCOM.BAT
  19. echo file. The usage is as follows (The example sets the COM port to COM 2):
  20. echo SETCOM  comportnumber              (SETCOM 2)
  21. echo.
  22. echo FOR ALL BATCH FILES
  23. echo You can also specify the additional parameters supported by DOOM  (ie:
  24. echo -DEATHMATCH, -NOMONSTERS, -NOSPAWN) after the parameters required by the
  25. echo batchfile.
  26. echo.
  27. echo For help on all other batchfiles, type HELP at the DOS prompt, while in
  28. echo the DOOM directory.
  29.