home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 May / PCA597.ISO / menue / demoarch / 06960013.bat < prev    next >
DOS Batch File  |  1996-04-22  |  235b  |  20 lines

  1. echo off
  2. cd \menue
  3. cls
  4. w95det
  5. if errorlevel 2 goto PGII95
  6. echo !! Sorry, diese Demo läuft leider nur unter Windows 95 !!
  7. echo.
  8. echo.
  9. pause
  10. goto ENDE
  11.  
  12. :PGII95
  13. cd \menue
  14. restart.exe
  15. cd \demos\ag
  16. agdemo.exe
  17. exit
  18.  
  19. :ENDE
  20.