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 >
Wrap
Text File
|
1992-12-21
|
2KB
|
49 lines
@echo off
prompt $p$g
path a:\;c:\;c:\dos
cx_det.exe
if errorlevel 1 goto Cyrix
if errorlevel 0 goto Non_Cyrix
:Cyrix
dma_tst.exe i
if errorlevel 1 goto fail
if errorlevel 0 goto pass
:fail
echo The DMA/Cache Coherency test appears to have run into a problem. This
echo could be because your system may require a flush-pin board to properly
echo manage your Cyrix 486's internal cache. This board is available dir-
echo from Cyrix Corporation for $99. If you need further assistance, call
echo our Technical Support Department at 1-800-848-2979 x261.
goto exit
:pass
echo Congratulations! You have successfully installed the Cyrix Cx486 Upgrade.
echo
echo Cyrix appreciates any comments or suggestions you may have to improve our
echo products.
echo
echo Our Technical Support personnel can be reached at 1-800-848-2979 x261,
echo from 7:00 am to 6:00 pm CST Monday through Friday, and 8:00 am to 12:00 pm
echo on Saturday.
echo
echo Please remove this diskette, turn your machine off, then back on again
echo to allow your machine to boot with the Cyrix 486's internal cache
echo properly initialized.
echo
goto exit
:Non_Cyrix
echo
echo Tests could not be executed without a Cyrix 486 CPU upgrade installed.
echo Please install the Cyrix 486DRu(TM) or Cyrix 486DRu2(TM) and restart
echo the software installation process.
echo
echo For further assistance, contact Cyrix Technical Support at 1-800-848-2979
echo x261, from 7:00 am to 6:00 pm CST Monday through Friday, and 8:00 am to
echo 12:00 pm on Saturday.
echo
:exit