home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1997 July / PCPL0797.iso / DEMOS / XCOM3 / GO.BAT next >
Encoding:
DOS Batch File  |  1997-05-11  |  891 b   |  30 lines

  1. @cls
  2. @if exist c:\apocdemo\xcomapoc.exe goto noinstall
  3. @echo  
  4. @echo XCOM 3: Apocalypse - Spielbare Demonstrationsversion
  5. @echo =================================================================
  6. @echo  
  7. @echo Benötigte Festplattenkapazität : 24 MByte
  8. @echo Verzeichnis auf der Festplatte : C:\APOCDEMO
  9. @echo Demonstration beenden          : Taste "Esc"
  10. @echo  
  11. @echo -----------------------------------------------------------------
  12. @echo  
  13. @echo Wenn Sie den vom Installationsprogramm vorgeschlagenen
  14. @echo Pfad auf
  15. @echo  
  16. @echo    C:\APOCDEMO
  17. @echo  
  18. @echo belassen, startet die Demo nach der Installation automatisch.
  19. @echo  
  20. @echo Wenn Sie die Installation nicht durchführen wollen, drücken Sie
  21. @echo jetzt bitte die Tasten Ctrl/Strg und C.
  22. @echo  
  23. @pause
  24. @install
  25. @if not exist c:\apocdemo\xcomapoc.exe goto ende
  26. :noinstall
  27. @c:
  28. @cd \apocdemo
  29. @xcomapoc
  30. :ende