home *** CD-ROM | disk | FTP | other *** search
- @cls
- @if exist c:\starcom\starcom.exe goto noinstall
- @echo
- @echo Star Command - Spielbare Demonstrationsversion
- @echo =================================================================
- @echo
- @echo Benötigte Festplattenkapazität : 16 MByte
- @echo Verzeichnis auf der Festplatte : C:\STARCOM
- @echo Demonstration beenden : Oben links klicken
- @echo
- @echo -----------------------------------------------------------------
- @echo
- @echo Wenn Sie die Installation nicht durchführen wollen, drücken Sie
- @echo jetzt bitte die Tasten Ctrl/Strg und C.
- @echo
- @pause
- @call install C:\STARCOM
- :noinstall
- @c:
- @cd \starcom
- @if exist drivers\dig.ini goto start
- @cd drivers
- @setsound
- cd ..
- :start
- @starcom
- :ende