home *** CD-ROM | disk | FTP | other *** search
- REM This is an example batch file for running Battle Ship V2.0
- REM with QBBS V2.75
- REM
- REM Based on limited test, QBBS seems to need to read the batch file
- REM from the system directory, not the current directory. To get around
- REM this, use an exit type 7, and optional data of *C /C BSHIP.BAT *N *M
- REM as the *N will pass the node number to this batch file. Put this
- REM batch file in your System directory and rename it to BSHIP.BAT
- REM
-
- cd \QuickBBS\Doors\bship
-
- If '%1'=='2' goto node2
-
- bship \quickbbs\ /ME:\QuickBBS\ /B1 /Q
- goto fini
-
- :node2
- bship e:\quickbbs\n2\ /ME:\QuickBBS\ /B1 /Q
-
- :fini
-