home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cyrixdma.zip / AUTOEXEC.2 < prev    next >
Text File  |  1992-12-21  |  2KB  |  49 lines

  1. @echo off
  2. prompt $p$g
  3. path a:\;c:\;c:\dos
  4. cx_det.exe
  5. if errorlevel 1 goto Cyrix
  6. if errorlevel 0 goto Non_Cyrix
  7. :Cyrix
  8. dma_tst.exe i
  9.  
  10. if errorlevel 1 goto fail
  11. if errorlevel 0 goto pass
  12.  
  13. :fail
  14. echo  The DMA/Cache Coherency test appears to have run into a problem.  This
  15. echo  could be because your system may require a flush-pin board to properly
  16. echo  manage your Cyrix 486's internal cache.  This board is available dir-
  17. echo  from Cyrix Corporation for $99. If you need further assistance, call
  18. echo  our Technical Support Department at 1-800-848-2979 x261.
  19. goto exit
  20.  
  21. :pass
  22. echo Congratulations!  You have successfully installed the Cyrix Cx486 Upgrade. 
  23. echo  
  24. echo Cyrix appreciates any comments or suggestions you may have to improve our
  25. echo products.
  26. echo  
  27. echo Our Technical Support personnel can be reached at 1-800-848-2979 x261, 
  28. echo from 7:00 am to 6:00 pm CST Monday through Friday, and 8:00 am to 12:00 pm
  29. echo on Saturday.
  30. echo  
  31. echo Please remove this diskette, turn your machine off, then back on again
  32. echo to allow your machine to boot with the Cyrix 486's internal cache
  33. echo properly initialized. 
  34. echo  
  35. goto exit
  36.  
  37. :Non_Cyrix
  38. echo  
  39. echo Tests could not be executed without a Cyrix 486 CPU upgrade installed.
  40. echo Please install the Cyrix 486DRu(TM) or Cyrix 486DRu2(TM) and restart
  41. echo the software installation process.
  42. echo  
  43. echo For further assistance, contact Cyrix Technical Support at 1-800-848-2979
  44. echo x261, from 7:00 am to 6:00 pm CST Monday through Friday, and 8:00 am to 
  45. echo 12:00 pm on Saturday.
  46. echo  
  47.  
  48. :exit
  49.