build.bat 224 B

1234567891011121314
  1. chcp 1252
  2. cd "Asteroids"
  3. call build.bat
  4. cd "../Blöcke"
  5. call build.bat
  6. cd "../DungeonGame/Client"
  7. call build.bat
  8. cd "../../Snake"
  9. call build.bat
  10. cd "../Fangen"
  11. call build.bat
  12. cd "../Tetris"
  13. call build.bat
  14. cd ".."