home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games / INFESPGAMES.mdf / os2 / planets / turn.cmd < prev    next >
Encoding:
Text File  |  1995-01-02  |  704 b   |  25 lines

  1. rem copies the trn-files to the host-directory
  2. copy player1\*.trn host
  3. copy player2\*.trn host
  4. copy player3\*.trn host
  5. copy player4\*.trn host
  6. copy player5\*.trn host
  7. copy player6\*.trn host
  8. copy player7\*.trn host
  9. copy player8\*.trn host
  10. copy player9\*.trn host
  11. copy player10\*.trn host
  12. rem calculate the turns
  13. evaluate host
  14. rem copies the rst-files to the player-directories
  15. copy host\player1.rst player1
  16. copy host\player2.rst player2
  17. copy host\player3.rst player3
  18. copy host\player4.rst player4
  19. copy host\player5.rst player5
  20. copy host\player6.rst player6
  21. copy host\player7.rst player7
  22. copy host\player8.rst player8
  23. copy host\player9.rst player9
  24. copy host\player10.rst player10
  25.