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

  1. rem creates universe
  2. universe 
  3. rem creates player-directories
  4. md player1
  5. md player2
  6. md player3
  7. md player4
  8. md player5
  9. md player6
  10. md player7
  11. md player8
  12. md player9
  13. md player10
  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. rem now you only have to run OS2PL <playerdirectory> to play the game
  26.  
  27.  
  28.