home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 14A / DAYNUM24.ZIP / LOCALGW.BAT < prev    next >
DOS Batch File  |  1990-09-30  |  360b  |  18 lines

  1. REM %1 is the game number
  2. REM %2 is player 1's name
  3. REM %3 is player 2's name
  4. REM %4 is player 3's name
  5. REM %5 is player 4's name
  6. REM %6 is player 5's name
  7. REM %7 is player 6's name
  8.  
  9. :loop
  10.   daynum %1 %2 %3 %4 %5 %6 %7
  11.   war /c 0 1 60 %2
  12.   war /c 0 1 60 %3
  13.   war /c 0 1 60 %4
  14.   war /c 0 1 60 %5
  15.   war /c 0 1 60 %6
  16.   war /c 0 1 60 %7
  17. goto loop
  18.