                      ** The ULTIMATE WAD.BAT v4 **

                      * By Simon Howard 'Fraggle' *
        * sfraggle14@hotmail.com * http://members.xoom.com/sfraggle *

This latest version of the ULTIMATE WAD.BAT has many useful features:
        * Theoretically infinite command line wads, each specified with or
          without the .wad extension.
        * Support for alternate wad directories, for those people who do
          not keep their wads in their doom directory.
        * /w WAD 'list' option: list all files with a .wad extension
        * STUFFBUF included, so you don't have to press enter every
          time you run Doom with a WAD: it 'pushes it for you'.
        * Add your own personal command line options easily.

** How to use WAD.BAT **

- The general format is:
        wad (wad filename)
  eg. Type "wad deca" to start doom with file "deca.wad"
      You could also type "wad deca.wad" to do exactly the same thing.

- You can specify as many wads as you like:
    eg. "wad deca.wad sf sf2.wad tbest" would load doom with
        "deca.wad", "sf.wad", "sf2.wad", and "tbest.wad"

- Doom command lines can be added to the end of the wad.bat command line:
    eg. "wad deca.wad -warp 4" would load "deca.wad" and warp to level 4.

- You can list the .wad files in your WAD directory by typing:
        wad /w
  You can also specify another directory eg. "wad /w c:\" would list
  all the .wad files in the "c:\" directory.
        
** Advanced configuration options **

You can modify wad.bat and put in your own personal options.

- Command line options. WAD.BAT by default passes "-warp 1" to doom every
  time you run it. To remove this, or add your own options:
        1. Load up wad.bat in MS-DOS Editor (type "edit wad.bat").
        2. Find the line beginning "set com_line=".
        3. Add your own options after the '=' sign, seperated by
           spaces.
        4. Save the file and exit.
     ** IMPORTANT ** If you remove all the options, you must leave an
                     empty space ' ' after the '=' sign. If you don't,
                     things will cack up.

- Using your own exe file. With the release of the Doom source code has
  come a flood of new doom .exe files. WAD.BAT by default uses doom2.exe,
  but you can change this:
        1. Load up wad.bat in MS-DOS Editor (type "edit wad.bat").
        2. Find the line beginning "set doom_exe=".
        3. Add the filename of the exe after the '=' sign, eg "doom3.exe".
        4. Save the file and exit.

- WAD directories. Some people keep their PWAD files in a seperate directory
  to their doom directory: eg, "c:\doom2\wads" rather than "c:\doom2".
  To set your wad directory:
        1. Load up wad.bat in MS-DOS Editor (type "edit wad.bat").
        2. Find the line beginning "set wad_dir=".
        3. Add the location of your wad directory after the '=' sign,
           eg, "set wad_dir=c:\doom2\wads".
        4. Save the file and exit.
     ** IMPORTANT ** If you decide to use your Doom directory to hold
                     WADs, the line MUST read "set wad_dir=."
                     (this is the default)
