home *** CD-ROM | disk | FTP | other *** search
/ Gambler 2 / GAMBLERCD_2.bin / utils / helpdocs / english / cdrom.txt next >
Text File  |  1996-06-20  |  4KB  |  111 lines

  1. BOOT DISC PROCEDURES FOR MS-DOS 5.x or 6.x AND CD-ROM DRIVES
  2.  
  3. IMPORTANT:  In order to maintain 100% compatibility please ensure
  4. that you are using a Microsoft mouse driver, MOUSE.COM v8.20 or
  5. higher (A copy of which is contained on this CD in the UTILS
  6. directory).
  7.  
  8. 1.      Place a blank high density disc in drive A: and type;
  9.         format  a:  /s  <enter>
  10.  
  11. 2.      Now type,
  12.         edit  a:\config.sys  <enter>
  13.  
  14. 3.      Now type,
  15.         device=c:\dos\himem.sys
  16.         device=c:\dos\emm386.exe ram
  17.         dos=high,umb
  18.         files=30
  19.         buffers=30
  20.         :CD ROM DRIVERS LOADED ON THIS LINE*
  21.         stacks=0,0
  22.  
  23.     * In order to access your CD ROM drive, one must modify
  24.         this line to load the relevant CD ROM driver into upper
  25.         memory.  You will need to check your existing CONFIG.SYS
  26.     file against one of the example lines below.  Do NOT use
  27.     the examples.
  28.  
  29. 4.      Save this file by pressing, ALT, then F, then X, then ENTER.
  30.  
  31. 5.      Now type,
  32.         edit  a:\autoexec.bat <enter>
  33.  
  34. 6.      Now type,
  35.         prompt $p$g
  36.         path=c:\dos;
  37.         :CD ROM DRIVERS LOADED ON THIS LINE*
  38.         loadhigh c:\dos\mouse.com**
  39.         c:
  40.         mem
  41.  
  42.         * In order to access your CD ROM drive, one must modify
  43.         this line to load the MSCDEX.EXE program into upper memory.
  44.         Please check your existing AUTOEXEC.BAT file for the correct
  45.     MSCDEX line for your machine.  The examples below give some
  46.     idea of the kind of line you are looking for.
  47.  
  48. 7.      Save this file by pressing, ALT, then F, then X, then ENTER.
  49.  
  50. 8.      The boot disc is now ready.  Leave it in drive A: and reboot 
  51.     the computer.
  52.  
  53.  
  54. --------------------------------------------------------
  55.  
  56.  
  57. TIPS FOR CD-ROM USERS WHEN MAKING A BOOT DISC
  58.  
  59. Creating a system boot disc for your computer using a CD-ROM driver
  60. can be a little tricky because of a lack of a standard driver name.
  61. In other words, for each brand of CD-ROM drive, there is a different
  62. set of commands that you will have to use in the CONFIG.SYS and
  63. AUTOEXEC.BAT files.  Below is a list of the most common drivers,
  64. however if your CD-ROM drive is a different brand or the following
  65. commands do not work (some brands have different models) please
  66. refer to your CD-ROM drive documentation on how to load the
  67. drivers for your particular CD-ROM drive.  Note that these are
  68. only examples.  Please check your current configuration for the
  69. exact line details.
  70.  
  71. The CONFIG.SYS file
  72.  
  73. You must load the vendor-specific driver for your drive in the
  74. CONFIG.SYS file:
  75.  
  76. The MediaVision (Pro-Audio Spectrum) CD-ROM may use the
  77. following lines:
  78.  devicehigh=c:\proaudio\tslcdr.sys  /d:mvcd001  /r  /s:31
  79.  devicehigh=c:\proaudio\mvsound.sys  d:1  q:7
  80.  
  81. The Creative Labs (Soundblaster) CD-ROM may use this line:
  82.  devicehigh=c:\sbpro\drv\sbpcd.sys  /d:mscd001  /p:220
  83.  
  84. The NEC CD-ROM drives may use this line:
  85.  devicehigh=c:\scsi\neccdr.sys  /d:neccd
  86.  
  87. The Sony Laser Library CD-ROM may use this line:
  88.  devicehigh=c:\laserlib\sony_cdu.sys  /d:sony_001  /b:340  /q:*  /t:*  /m:h
  89.  
  90.  
  91. The AUTOEXEC.BAT file
  92.  
  93. You must load the Microsoft CD-ROM Extension (MSCDEX.EXE) into the
  94. AUTOEXEC.BAT file:
  95.  
  96. The MediaVision (Pro-Audio Spectrum) CD-ROM may use this line:
  97.  loadhigh  c:\proaudio\mscdex.exe  /d:mvcd001  /L:d  /m:8  /v
  98.  
  99. The Creative Labs (Soundblaster) CD-ROM drive may use these lines:
  100.  set sound=c:\sbpro
  101.  loadhigh  c:\sbpro\drv\mscdex.exe  /d:mscd001  /L:d  /v
  102.  
  103. The NEC CD-ROM drives may use this line:
  104.  loadhigh  c:\scsi\mscdex.exe  /d:neccd  /m:8  /L:d  /v
  105.  
  106. The Sony Laser Library CD-ROM drives may use the following line:
  107.  loadhigh  c:\laserlib\mscdex.exe  /d:sony_001  /L:e  /m:8  /v
  108.  
  109. As always check your current AUTOEXEC.BAT file for the correct lines.
  110.  
  111.