home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 July / CITE.ISO / menue / demoarch / 06970002.bat < prev    next >
Encoding:
DOS Batch File  |  1997-04-27  |  460 b   |  27 lines

  1. REM -------------------- A10 Pin Alley -------------------------------
  2.  
  3. cd \menue
  4. cls
  5. w95det
  6. if errorlevel 2 goto pinall95
  7. cls
  8. echo.
  9. echo.
  10. echo.
  11. echo        Leider läuft dieses Programm ausschließlich unter dem
  12. echo        Betriebssystem WINDOWS 95. Ihr System hat leider nicht
  13. echo                die erforderlichen Vorraussetzungen !!
  14. echo.
  15. echo.
  16. echo.
  17. pause
  18. goto endall
  19.  
  20. :pinall95
  21. restart.exe
  22. cd \demos\a10
  23. setup.exe
  24. exit
  25.  
  26. :endall
  27.