home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / DREAD2P.ZIP / GAME.ZIP / SAMPLE.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-04-13  |  354 b   |  21 lines

  1. REM : example dread.bat file
  2.  
  3. @echo off
  4. cd\pb\games\dread
  5. DREAD C:\PB\node1\DORINFO1.DEF 1 dread.cfg
  6. cd\pb\node1
  7.  
  8.  
  9. REM: you can pass variables as well:
  10.  
  11. @echo off
  12. cd\pb\games\dread
  13. DREAD C:\PB\node%1\DORINFO%1.DEF %1 dread.cfg
  14. cd\pb\node%1
  15.  
  16. REM: put this in your nightly maintenance .bat file
  17.  
  18. @echo off
  19. cd\pb\games\dread
  20. dread maint
  21.