home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 February / PCA0297.ISO / menue / demoarch / 05960007.bat < prev    next >
DOS Batch File  |  1996-03-23  |  490b  |  29 lines

  1. cls
  2. echo Bitte wählen Sie:
  3. echo.
  4. echo 0 ........ Siedlerdemo für 8MB Hauptspeicher
  5. echo 1 ........ Siedlerdemo für MEHR als 8MB Hauptspeicher
  6. echo ESC ...... Abbruch
  7. echo.
  8. echo.
  9. cd \menue
  10. 123.com
  11. if errorlevel 1 goto siedler1
  12. if errorlevel 0 goto siedler0
  13. goto ENDE
  14.  
  15. :siedler0
  16. cd\demos\siedler2
  17. setup.exe
  18. @s2 SYS_HEAP_MIN_SIZE=5000000 QUIET %1 %2 %3 %4
  19. goto ENDE
  20.  
  21. :siedler1
  22. cd\demos\siedler2
  23. setup.exe
  24. @video\smackply video\intro.smk
  25. @s2 %1 %2 %3 %4
  26.  
  27. :ENDE
  28. cd \
  29.