home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1997 March / PCP0397.iso / DEMOS / STARCOM / GO.BAT next >
Encoding:
DOS Batch File  |  1997-01-15  |  734 b   |  27 lines

  1. @cls
  2. @if exist c:\starcom\starcom.exe goto noinstall
  3. @echo  
  4. @echo Star Command - Spielbare Demonstrationsversion
  5. @echo =================================================================
  6. @echo  
  7. @echo Benötigte Festplattenkapazität : 16 MByte
  8. @echo Verzeichnis auf der Festplatte : C:\STARCOM
  9. @echo Demonstration beenden          : Oben links klicken
  10. @echo  
  11. @echo -----------------------------------------------------------------
  12. @echo  
  13. @echo Wenn Sie die Installation nicht durchführen wollen, drücken Sie
  14. @echo jetzt bitte die Tasten Ctrl/Strg und C.
  15. @echo  
  16. @pause
  17. @call install C:\STARCOM
  18. :noinstall
  19. @c:
  20. @cd \starcom
  21. @if exist drivers\dig.ini goto start
  22. @cd drivers
  23. @setsound
  24. cd ..
  25. :start
  26. @starcom
  27. :ende