home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 July / CITE.ISO / menue / demos / 07970002.bat < prev    next >
DOS Batch File  |  1991-05-27  |  250b  |  19 lines

  1. cd \menue
  2. cls
  3. w95det
  4. if errorlevel 2 goto cube95
  5. cls
  6. echo Sorry, Sie benötigen Windows 95 ... unter DOS
  7. echo läuft das Programm leider nicht
  8. pause
  9. goto endall
  10.  
  11. :cube95
  12. cd \menue
  13. restart.exe
  14. cd \demos\cube
  15. cybecube.exe
  16. exit
  17.  
  18. :endall
  19.