home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem The TurBoard Standalone BBS Batch Program (Support Shareware!)
- rem (c) Copyright Shawn Rhoads 1991,92
- rem (c) Copyright Software @ Work 1991,92
- rem
- rem Use the following two commands if you are getting errors of
- rem mode com1:1200,N,8,1
- rem echo ATH>com1
- :start
- turboard %1 %2 %3 %4
- if errorlevel=255 goto end;
- if errorlevel=254 call NODE1.BAT
- if errorlevel=253 call NODE2.BAT
- if errorlevel=252 call NODE3.BAT
- if errorlevel=251 call NODE4.BAT
- if errorlevel=250 call NODE5.BAT
- if errorlevel=249 call NODE6.BAT
- goto start
- :end
-