home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / gameadve / mel_100.arj / WARRIOR.BAT < prev    next >
DOS Batch File  |  1991-04-28  |  423b  |  17 lines

  1. REM This is a sample batch file for running MELEE.
  2.  
  3. @echo off
  4. REM Use above line only if running MS-DOS 3.3 or later.
  5.  
  6. cd melee
  7. REM Go to the directory in which you put the door....
  8.  
  9. melee
  10. REM Run the door, eh?
  11.  
  12. cd..
  13. REM Go back to your BBS directory. Easy as pie!
  14.  
  15. REM Insert whatever you need to re-load your bbs here.... (duh!)
  16. REM Run MAINT.EXE and RANKINGS.EXE nightly from within the MELEE directory.
  17.