home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 31
/
CDASC_31_1996_juillet_aout.iso
/
vrac
/
footb121.zip
/
START.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-04-26
|
541b
|
32 lines
@ECHO OFF
:RUNFFBL
C:
REM Change to Your Franchise Football Drive
CD\DOORS\FFBL
REM Change to your FFBL Path
FOOTBALL FOOT%1.CFG
REM This should be Ok, if you used the config file system
REM and called it FOOT#.CFG where #=Node number... then pass the node from
REM your BBS... START.BAT %N
IF ERRORLEVEL 50 GOTO RUNIGM
GOTO END
:RUNIGM
CALL DO%1.BAT %1
GOTO RUNFFBL
:END
C:
CD\BBS
EXIT
REM Any special instructions you need to start your BBS should go here ( for
REM example, CD\BBS, EXIT, etc... )