home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
UTILITY
/
WWIVL210.ZIP
/
EXAMPLES.ZIP
/
BBSBOWL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-04-15
|
824b
|
28 lines
@ECHO OFF
REM SKELETON.BAT
REM *
REM Remember to change your game to point to the
REM Drop file in the game directory for single
REM instance games, or to the directory you
REM specified in your configuration for
REM mulit-instance games.
REM If the drop file name or path can be specified
REM on the game command line, you may
REM use %WLDROP% in place of the name.
REM See WWIVLOCK.DOC for more information.
REM *
WWIVLOCK BBSBOWL.WSC
CALL WLSET%WWIV_INSTANCE%
C:
CD C:\WWIV\GAMES\BOWL
:CONT
REM WWIVlock will take care of all necessary
REM Actions to get the game running. All you
REM need to do is enter your game command here
REM See WWIVLOCK.DOC for extra replacement
REM values you may want to use.
BBSBOWL %WWIV_INSTANCE%
:ENDOFBAT
C:
CD C:\WWIV