home *** CD-ROM | disk | FTP | other *** search
- REM This is a sample batch file for running MELEE from a BBS.
-
- @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... (this example
- REM assumes that the MELEE directory is above the current one).
-
- melee
- REM Run the door, eh? See the SYSOP.DOC for use of command line parameters
- REM (not needed in most cases).
-
- 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.
- REM NOTE: It is not recommended that you run these two files from the same
- REM batch file you use to call the door.
-
-