home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
gameadve
/
mel_100.arj
/
WARRIOR.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-04-28
|
423b
|
17 lines
REM This is a sample batch file for running MELEE.
@echo off
REM Use above line only if running MS-DOS 3.3 or later.
cd melee
REM Go to the directory in which you put the door....
melee
REM Run the door, eh?
cd..
REM Go back to your BBS directory. Easy as pie!
REM Insert whatever you need to re-load your bbs here.... (duh!)
REM Run MAINT.EXE and RANKINGS.EXE nightly from within the MELEE directory.