home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm1wads / bdmwad! / netbdm.bat < prev    next >
DOS Batch File  |  1994-04-07  |  815b  |  22 lines

  1. @ECHO OFF
  2. Echo Strap yourself down and get ready to play the TOP 9 NETDOOM levels!
  3. Echo This batch file needs to be edited before you do ANYTHING
  4. REM Setup the COM port to yours & add any info you want
  5. REM Take out the beginning Pause if you want to.
  6. If %1 == dial goto dialmode
  7. If %1 == DIAL goto dialmode
  8. If %1 == Dial goto dialmode
  9. If %1 == null goto nullmode
  10. If %1 == NULL goto nullmode
  11. If %1 == Null goto nullmode
  12. sersetup -com2 -answer -devparm -file bdmwad!.wad -wart %1 %2 %3 %4 %5 %6 %7 %8 %9 -deathmatch
  13. goto end
  14. :dialmode
  15. sersetup -com2 -dial %1 -devparm -file bdmwad!.wad -wart %2 %3 %4 %5 %6 %7 %8 %9 -deathmatch
  16. goto end
  17. :nullmode
  18. sersetup -com2 -devparm -file bdmwad!.wad -wart %2 %3 %4 %5 %6 %7 %8 %9 -deathmatch
  19. goto end
  20. :end
  21. Echo Unhook the harness and wake up. You survived!
  22.