home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / expanded / cdinfo.txt next >
Encoding:
Text File  |  1996-08-11  |  2.8 KB  |  63 lines

  1. Executor 2 can read Mac formatted CD-ROMs, but it needs a way to read
  2. raw CD-ROM sectors to do so.
  3.  
  4. If your computer has a SCSI CD-ROM and you have ASPI drivers
  5. installed, Executor should be able to use them to read Mac formatted
  6. CD-ROMs.
  7.  
  8. If not, Executor needs to use the 16-bit version of the Microsoft
  9. CD-ROM Extensions to read raw CD-ROM extensions.  That means that if
  10. you're running Windows 3.x, you'll need to install MSCDEX.
  11.  
  12. If you're running Windows '95, you'll need to adjust your
  13. configuration so that you use the 16-bit version of MSCDEX (at least
  14. when you're running Executor), instead of the 32-bit version.
  15.  
  16. The easiest way to configure your system is to have a Windows Guru do
  17. it for you.  If you explain that Executor/DOS needs ASPI drivers or
  18. the old version of MSCDEX, a knowledgeable Windows person can probably
  19. examine your system and make the mods to your config.sys and
  20. autoexec.bat to do the right thing.
  21.  
  22. If you don't have someone you can lean on, you may be able to get
  23. technical support from wherever you purchased your PC, or if that
  24. doesn't help, the company that made your CD-ROM drive may be able to
  25. help you out.
  26.  
  27. The problem is that installing the old version of MSCDEX is a
  28. different process on different types of machines.  For instance, on
  29. our Micron Millennia Transport laptop, we needed to add this line to
  30. C:\CONFIG.SYS
  31.  
  32. DEVICE=C:\CDROM\SJCDAPI.SYS /D:MSCD000
  33.  
  34. and then we needed to add this line to C:\AUTOEXEC.BAT
  35.  
  36. MSCDEX.EXE /D:MSCD000 /M:40 /L:E
  37.  
  38. The first line is responsible for loading the 16-bit CD-ROM driver,
  39. and that's the line that varies from system to system.  The problem is
  40. that you need to know where your 16-bit CD-ROM driver is, and
  41. sometimes it can be hard to find.  The "/D:MSCD000" portion of the
  42. DEVICE line tells DOS/Windows that the device driver will be known as
  43. "MSCD000".
  44.  
  45. The second line actually loads MSCDEX, and says to look for the device
  46. driver "MSCD000", which we installed via the first line.  The "/M:40"
  47. portion of the line asks DOS/Windows to buffer 40 blocks, and the
  48. "/L:E" portion tells DOS/Windows that we want the device to be logical
  49. disk "E:".  In general, you can use the exact same MSCDEX line in your
  50. autoexec.bat as we have above, as long as you have the right 16-bit
  51. CD-ROM driver loaded in your config.sys file.
  52.  
  53. NOTE: Even with those two lines added, we have to reboot our Micron
  54. Millennia Transport into MS-DOS mode before Executor can access Mac
  55. formatted CD-ROMs.  You may also experience this restriction.
  56.  
  57. This configuration problem will go away once Executor has been
  58. rewritten to be a Win32 program instead of a DOS program.
  59.  
  60. If Executor 2 is telling you to read this file, and you'd prefer that
  61. it stop telling you about it, you can rename this file and Executor
  62. will stop.
  63.