home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 February / PCA0297.ISO / menue / demoarch / 11960004.bat < prev    next >
DOS Batch File  |  1996-09-21  |  484b  |  28 lines

  1. cd \menue
  2. cls
  3. w95det
  4. if errorlevel 2 goto diablo95
  5. echo.
  6. echo        Leider läuft dieses Programm nur unter Windows95!!!!
  7. echo.
  8. pause
  9. goto endall
  10.  
  11.  
  12. :diablo95
  13. cls
  14. echo off
  15. echo Diablo requires DirectX 2.0 or later to run properly.  If you do not
  16. echo have DirectX 2.0, or are unsure which version you have, you can find
  17. echo the proper version in the subdirectory \DX (Update only) on this CD.
  18. echo.
  19. echo.
  20. pause
  21. cd \menue
  22. restart.exe
  23. cd \
  24. diablo.exe
  25. exit
  26.  
  27. :endall
  28.