home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM 1994 November / DOOMTOOL.ISO / utils / runwad.bat < prev    next >
Encoding:
DOS Batch File  |  1994-09-27  |  173 b   |  10 lines

  1. echo off
  2. cls
  3. if not exist c:\doomtool\run_doom.bat goto no
  4. call c:\doomtool\run_doom.bat %1
  5. goto exit
  6. :no
  7. call \install.bat
  8. :exit
  9. echo Press any key to continue...
  10.