home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DREAD26.ZIP / GAME.ZIP / DREAD.BAT < prev    next >
DOS Batch File  |  1995-03-07  |  324b  |  16 lines

  1. REM : example dread.bat file
  2. REM : maintenance is automatically called with first user of the day
  3.  
  4. @echo off
  5. cd\pb\games\dread
  6. DREAD C:\PB\node1\DORINFO1.DEF 1 dread.cfg
  7. cd\pb\node1
  8.  
  9.  
  10. REM: you can pass variables as well:
  11.  
  12. @echo off
  13. cd\pb\games\dread
  14. DREAD C:\PB\node%1\DORINFO%1.DEF %1 dread.cfg
  15. cd\pb\node%1
  16.