home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1996 August / PCPLAY0896.BIN / DEMOS / ATF / GO.BAT next >
Encoding:
DOS Batch File  |  1996-06-16  |  619 b   |  22 lines

  1. @cls
  2. @if exist c:\atf\af.exe goto noinstall
  3. @echo  
  4. @echo A.T.F. - Spielbare Demonstrationsversion
  5. @echo =================================================================
  6. @echo  
  7. @echo Benötigte Festplattenkapazität : 8 MByte
  8. @echo Verzeichnis auf der Festplatte : C:\ATF
  9. @echo Demonstration beenden          : Taste "Esc"
  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:\atf
  18. :noinstall
  19. @c:
  20. @cd \atf
  21. @demo
  22. :ende