home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbsdoor / mcbshp20.zip / QBBS275.BAT < prev    next >
DOS Batch File  |  1991-05-21  |  650b  |  22 lines

  1. REM     This is an example batch file for running Battle Ship V2.0
  2. REM     with QBBS V2.75
  3. REM
  4. REM     Based on limited test, QBBS seems to need to read the batch file
  5. REM     from the system directory, not the current directory. To get around
  6. REM     this, use an exit type 7, and optional data of *C /C BSHIP.BAT *N *M
  7. REM     as the *N will pass the node number to this batch file. Put this
  8. REM     batch file in your System directory and rename it to BSHIP.BAT
  9. REM
  10.  
  11. cd \QuickBBS\Doors\bship
  12.  
  13. If '%1'=='2' goto node2
  14.  
  15. bship \quickbbs\ /ME:\QuickBBS\ /B1 /Q
  16. goto fini
  17.  
  18. :node2
  19. bship e:\quickbbs\n2\ /ME:\QuickBBS\ /B1 /Q
  20.  
  21. :fini
  22.