home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 October / MG_1095.ISO / spea.bat < prev    next >
DOS Batch File  |  1995-08-09  |  326b  |  27 lines

  1. @echo off
  2. cls
  3.  
  4. \spea\memtest
  5.  
  6. IF ERRORLEVEL == 4 GOTO dgfx
  7. IF ERRORLEVEL == 3 GOTO egfx
  8. IF ERRORLEVEL == 2 GOTO dtxt
  9. IF ERRORLEVEL == 1 GOTO etxt
  10. GOTO ende
  11.  
  12. :dgfx
  13. \spea\manual.bat -d -gfx
  14.  
  15. :egfx
  16. \spea\manual.bat -e -gfx
  17.  
  18. :dtxt
  19. \spea\manual.bat -d -txt
  20.  
  21. :etxt
  22. \spea\manual.bat -e -txt
  23.  
  24. :ende
  25. cd \
  26. cls
  27.