home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t109 / 1.ddi / !UTL_UNI.LZH / README.CD < prev    next >
Encoding:
Text File  |  1993-01-12  |  4.0 KB  |  121 lines

  1. THE CORELSCSI CD-ROM DRIVER
  2. ===========================
  3.  
  4. POSSIBLE PROBLEMS
  5. -----------------
  6.  
  7.  When using the Test option of the CDTOOLS utility, a SEEK or
  8.  READ test error may occur for some CD-ROM drives. The table of
  9.  contents for the CD specifies the number of data sectors within
  10.  the CD's data track. If a discrepancy of more than 20% exists 
  11.  between the table of contents value and the actual number of 
  12.  written sectors, the SEEK and/or READ test fails. If this 
  13.  occurs, retry the Test option with another data CD.
  14.  
  15. CD-ROM EXTENSIONS FOR WINDOWS
  16. -----------------------------
  17.  
  18.  If you're using a CD-ROM drive with Windows 3.0 or later, you
  19.  require either CorelCDX version 1.0 or MSCDEX. These programs
  20.  provide the CD-ROM extensions required to read the CD format.
  21.  
  22.  Several versions of MSCDEX are available. If you use a version
  23.  of MSCDEX prior to 2.20, your Windows README.TXT files recommend
  24.  that you add the following line to the [386Enh] section of your
  25.  SYSTEM.INI file before using CD-ROM extensions:
  26.  
  27.     device=LANMAN10.386
  28.  
  29.  If the expanded LANMAN10.386 file isn't located in your Windows
  30.  directory, you can copy it from your Windows version 3.0 
  31.  diskettes.
  32.  
  33.  To copy and expand the LANMAN10.386 file
  34.  
  35.  1. Copy EXPAND.EXE from your Windows diskettes to your
  36.     Windows directory.
  37.  
  38.  2. Enter the following at the DOS prompt to expand and copy 
  39.     the LANMAN10.386 file to your Windows directory:
  40.  
  41.               EXPAND A:LANMAN10.386 C:\WINDOWS
  42.  
  43.     Where A is the drive in which you've inserted the Windows
  44.     diskette that contains the LANMAN10.386 file. C:\WINDOWS
  45.     is the default drive and directory where Windows is stored.
  46.  
  47.  If you use MSCDEX version 2.20 or later, remove the 
  48.  "device=LANMAN10.386" line -- it may cause some CD-ROM drives
  49.  to time-out and fail.
  50.  
  51.  Before you start Windows, activate the drive by typing the
  52.  following at the DOS prompt:
  53.  
  54.     dir <drive>:
  55.  
  56.  where "<drive>" is the drive letter for the CD-ROM drive.
  57.  
  58. EXPANDED MEMORY AND CORELCDX
  59. ----------------------------
  60.  
  61.  If you're using CorelCDX and an expanded memory manager such 
  62.  as EMM386.EXE, the installation adds the following switch to 
  63.  the CORELCDX device statement in the AUTOEXEC.BAT file:
  64.  
  65.     /E:3
  66.  
  67.  This switch places CorelCDX, data, and cache buffers into 
  68.  expanded memory. Only a minimal amount of code is left in 
  69.  conventional memory.
  70.  
  71.  In rare cases, this default switch may cause problems when you
  72.  try to access the CD-ROM drive. Some applications loaded in 
  73.  expanded memory may create memory conflicts when trying to 
  74.  access cache buffers that are also loaded in expanded memory.
  75.  If you experience problems, replace the /E:3 switch with the
  76.  following:
  77.  
  78.     /E
  79.  
  80.  This switch loads only the cache buffers into expanded memory. 
  81.  
  82. UNSUPPORTED MSCDEX COMMAND LINE SWITCHES
  83. ----------------------------------------
  84.  
  85.  The following MSCDEX command line switches are NOT supported 
  86.  by CorelCDX:
  87.  
  88.     /V - verbose mode to display information during boot up
  89.  
  90.     /S - patch to allow sharing of CD-ROM drives on MS-NET 
  91.          based servers
  92.  
  93.     /K - force selection of shift-JIS Kanji Supplemental Volume
  94.          Descriptors
  95.  
  96.  For more information about supported MSCDEX command line 
  97.  switches read CORELCDX.TXT after you've installed the software.
  98.  
  99. WINDOWS FOR WORKGROUPS USERS
  100. ----------------------------
  101.  
  102.  CorelCDX doesn't support Windows for Workgroups. If you plan to
  103.  use Windows for Workgroups, you require MSCDEX version 2.21 or 
  104.  later; this is provided with Windows for Workgroups. CorelSCSI
  105.  drivers work with MSCDEX.
  106.  
  107.  Once you've installed MSCDEX, replace the CorelCDX device line
  108.  statement in the AUTOEXEC.BAT file with the MSCDEX device line
  109.  statement. Replace this statement:
  110.  
  111.     C:\CORELDRV\CORELCDX /M:10 /D:MSCD000
  112.  
  113.  with this statement:
  114.  
  115.     C:\WINDOWS\MSCDEX /V /M:10 /S /D:MSCD000
  116.  
  117.  The /S switch in the MSCDEX device line statement lets you use
  118.  Windows for Workgroups.
  119.  
  120.  
  121.