home *** CD-ROM | disk | FTP | other *** search
- rem copies the trn-files to the host-directory
- copy player1\*.trn host
- copy player2\*.trn host
- copy player3\*.trn host
- copy player4\*.trn host
- copy player5\*.trn host
- copy player6\*.trn host
- copy player7\*.trn host
- copy player8\*.trn host
- copy player9\*.trn host
- copy player10\*.trn host
- rem calculate the turns
- evaluate host
- rem copies the rst-files to the player-directories
- copy host\player1.rst player1
- copy host\player2.rst player2
- copy host\player3.rst player3
- copy host\player4.rst player4
- copy host\player5.rst player5
- copy host\player6.rst player6
- copy host\player7.rst player7
- copy host\player8.rst player8
- copy host\player9.rst player9
- copy host\player10.rst player10