home *** CD-ROM | disk | FTP | other *** search
- REM %1 is the game number
- REM %2 is player 1's name
- REM %3 is player 2's name
- REM %4 is player 3's name
- REM %5 is player 4's name
- REM %6 is player 5's name
- REM %7 is player 6's name
-
- :loop
- daynum %1 %2 %3 %4 %5 %6 %7
- war /c 0 1 60 %2
- war /c 0 1 60 %3
- war /c 0 1 60 %4
- war /c 0 1 60 %5
- war /c 0 1 60 %6
- war /c 0 1 60 %7
- goto loop
-