home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 256 / DR_BRAIN.BIN / BOOTDISK / BDDR6CD.TXT < prev    next >
Text File  |  1995-02-27  |  11KB  |  255 lines

  1.                              DR DOS 6.0 CD ROM
  2.                           Boot Disk Instructions
  3.                                 (10/05/93)
  4.  
  5. The following instructions have been prepared by Sierra's Technical Support
  6. Department as an added service to our customers.  PLEASE NOTE: SIERRA  DOES
  7. NOT  MAKE  ANY  CLAIMS,  GUARANTEES, AND/OR  PROMISES  THAT  THE  FOLLOWING
  8. INSTRUCTIONS WILL WORK ON ANY AND/OR ALL COMPUTER SYSTEMS.
  9.  
  10. Many  people  with  CD-ROM drives are having trouble  finding  enough  free
  11. memory  to  run  Sierra's CD-ROM games.  A CD-ROM Boot  Disk  is  the  most
  12. elegant,  temporary way to create a simplified and optimal  environment  in
  13. which to run Sierra CD-ROM games.  These instructions are only for 386, 486
  14. and Pentium computers using DR DOS 6.0.
  15.  
  16. IMPORTANT  NOTE:  Please read the entire instructions prior to starting  at
  17. step 1.
  18.  
  19.  
  20. STEP 1
  21.                             FORMATTING THE DISK
  22.   PLEASE NOTE: It is necessary to format the disk even if the disk is
  23.   already formatted.  The /S switch will transfer files to the boot disk
  24.   which are necessary for the disk to work correctly.
  25.                                      
  26.   To make a  CD-ROM Boot Disk, format a high density diskette in the A:
  27.   drive.  (Use /F:360 or  /F:720 parameter if using a low density
  28.   diskette) For more information on using the FORMAT command, consult your
  29.   DOS manual. Note: This will not work in the B: drive.  Type the command
  30.   as follows:
  31.  
  32.   FORMAT  A:/S  <ENTER>
  33.  
  34.   If after entering this command the system responds with a "Bad command or
  35.   file name" error, then type:
  36.  
  37.   PATH=C:\DRDOS  <ENTER>
  38.  
  39.   Now retype the FORMAT command above.  If you still receive the same
  40.   error, the DR DOS FORMAT command may not be on your system or it may
  41.   have been renamed.  Programs such as PC Tools and Norton Disk Utilities
  42.   can rename the format command to prevent accidental loss of data.
  43.  
  44.  
  45. STEP 2
  46.                         LOCATING THE MOUSE DRIVERS
  47.   If you plan to use a mouse with your game, it will be necessary to first
  48.   load the mouse driver.  To do this, locate the mouse driver and copy it
  49.   to the boot disk in your A: drive.  There are two types of mouse drivers
  50.   available, MOUSE.SYS, which must be loaded in the CONFIG.SYS file and
  51.   MOUSE.COM which must be loaded in the AUTOEXEC.BAT file.  You do not
  52.   need to load both MOUSE.SYS and MOUSE.COM.  Locate the MOUSE.SYS or
  53.   MOUSE.COM file.  Because the file MOUSE.SYS is usually smaller than
  54.   MOUSE.COM we recommend that the MOUSE.SYS file be used in order to free
  55.   more memory.
  56.  
  57.   a) Locating the mouse drivers:
  58.   If you do not know where the MOUSE.SYS or MOUSE.COM files are located on
  59.   your system, the command below should help in locating your mouse
  60.   drivers.  For users of DR DOS 6.0, type the following at the C:\>
  61.   prompt.
  62.  
  63.   XDIR  \MOUSE  /S  <ENTER>
  64.  
  65.   This command only works with DR-DOS 6.0 and will cause the system to
  66.   search all sub directories for a file called mouse.  If the system
  67.   locates a file called mouse, it will display the path where the mouse
  68.   files are located.  For instance, if the MOUSE.SYS file is located in a
  69.   C:\MOUSE> directory, the system will display:
  70.  
  71.   Directory of C:\MOUSE
  72.   MOUSE    SYS   55160 03-10-92   3:10a
  73.   MOUSE    COM   56408 03-10-93   6:00a
  74.  
  75.   If the system does not locate a mouse, your driver may have a different
  76.   name or these files may not be currently installed on the system.  Some
  77.   other common names for mouse drivers are IMOUSE, GMOUSE, and HPMOUSE.
  78.   Your mouse drivers may have been included on a floppy disk which came
  79.   packaged along with your mouse.  For information on the proper name for
  80.   your mouse, check the owners manual which came with your mouse.
  81.  
  82.   b) Copying the mouse driver:
  83.   Once you have located the mouse driver, you will need to copy it to the
  84.   boot disk.  In this step, we will assume that the mouse drivers were
  85.   located in the C:\MOUSE> directory as shown in the step above.  To copy
  86.   the MOUSE.SYS file to the boot disk, type the following at the C:\>
  87.   prompt:
  88.  
  89.   COPY  C:\MOUSE\MOUSE.*  A:  <ENTER>
  90.   Please substitute the appropriate path and file name for your mouse
  91.   driver in the command line above.  You should then see a message
  92.   indicating some files were copied.
  93.  
  94.  
  95. STEP 3
  96.                    LOCATING THE MSCDEX CD ROM EXTENSION
  97.   MSCDEX  is the Microsoft extension for CD ROM drives.  It must be  loaded
  98.   in  order  for your CD ROM drive to operate.  The following steps  should
  99.   assist  you  in locating this file on your system   To locate MSCDEX,  at
  100.   the C:\> prompt, type:
  101.  
  102.   TYPE  AUTOEXEC.BAT  |  MORE  <ENTER>
  103.  
  104.   NOTE:  The  |  is  called  a "pipe" command and is  created  by  pressing
  105.   <SHIFT> \ (backslash).
  106.   Now look for the line which loads "MSCDEX".  This line should look
  107.   something like one of the following lines:
  108.  
  109.   C:\BIN\MSCDEX  /D:MSCD001
  110.   HILOAD  C:\BIN\MSCDEX  /D:MSCD001
  111.   HILOAD  \BIN\MSCDEX  /D:MSCD001
  112.  
  113.   Your line may differ from the ones listed above.  Please write down the
  114.   entire line following the drive letter in the space provided below.  Be
  115.   sure and include the full drive and path to your MSCDEX file.  For
  116.   example, any of the above lines should appear as follows:
  117.   HILOAD  C:\BIN\MSCDEX  /D:MSCD001
  118.  
  119.   HILOAD_________________________________________________________________
  120.  
  121.  
  122. STEP 4
  123.                      LOCATING THE CD ROM DEVICE DRIVER
  124.   Along with MSCDEX, the CD ROM also needs a device driver.  This driver
  125.   is loaded in the CONFIG.SYS file.  To determine the correct CD ROM
  126.   device driver, at the C:\> prompt type:
  127.  
  128.   TYPE  CONFIG.SYS  |  MORE  <ENTER>
  129.  
  130.   Now look for the line that contains CD ROM device name which immediately
  131.   follows the same "/D:" switch as the MSCDEX line in the AUTOEXEC.BAT
  132.   file.  Using the example above, we would be looking for a line
  133.   containing "MSCD001".  This line should look something like one of the
  134.   following lines:
  135.  
  136.   DEVICE=C:\DRV\CDROMDRV.SYS  /D:MSCD001  /P:220
  137.   HIDEVICE=C:\DRV\CDROMDRV.SYS  /D:MSCD001  /P:220
  138.   HIDEVICE  =  \DRV\CDROMDRV.SYS  /D:MSCD001  /P:220
  139.  
  140.   Your line may differ from the ones listed above.  Please write down the
  141.   entire line following the drive letter in the space provided below.  Be
  142.   sure and include the full drive and path to your CD ROM device driver.
  143.   For example, any of the above lines should appear as follows:
  144.   HIDEVICE=C:\DRV\CDROMDRV.SYS  /D:MSCD001  /P:220
  145.  
  146.   HIDEVICE=______________________________________________________________
  147.  
  148.  
  149. STEP 5
  150.                        CREATING THE CONFIG.SYS FILE
  151.   Now switch to the A: drive and type the following:
  152.   COPY  CON  CONFIG.SYS <ENTER> (The cursor will drop down one line and
  153.   blink)
  154.   
  155.   HIDOS=ON  <ENTER>
  156.   DEVICE=C:\DRDOS\EMM386.SYS  /F=NONE  /B=AUTO  <ENTER>
  157.   FILES=30  <ENTER>
  158.   BREAK=ON  <ENTER>
  159.   DOS=HIGH,UMB  <ENTER>
  160.   LASTDRIVE=Z  <ENTER>
  161.  
  162.   If you are using the MOUSE.SYS file to load your mouse, add the following
  163.   line to the CONFIG.SYS.
  164.  
  165.   HIDEVICE=MOUSE.SYS  <ENTER>
  166.  
  167.   Now add the CD ROM driver line as you wrote it down in the "Locating the
  168.   CD ROM device driver" section above.
  169.  
  170.   Complete the file by pressing the  F6  Function key <ENTER>
  171.  
  172.  
  173. STEP 6
  174.                       CREATING THE AUTOEXEC.BAT FILE
  175. Now create an AUTOEXEC.BAT file by typing:
  176.  
  177.   COPY  CON  AUTOEXEC.BAT   <ENTER> (the cursor will drop down one line)
  178.   SET  COMSPEC=C:\COMMAND.COM  <ENTER>
  179.   PROMPT  SIERRA  CD  BOOT  DISK  $_$P$G  <ENTER>
  180.   PATH=C:\;C:\DRDOS;C:\WINDOWS;  <ENTER>
  181.  
  182.   Now add the MSCDEX line as you wrote it down in the "Locating the MSCDEX
  183.   CD ROM extension" section listed above.
  184.  
  185.   If you are using the MOUSE.COM file to load the mouse, add the following
  186.   line to the AUTOEXEC.BAT file.
  187.  
  188.   HILOAD  MOUSE.COM  <ENTER>
  189.   Complete the file by pressing the  F6  Function key <ENTER>
  190.  
  191.  
  192. Special note
  193.                              SPECIAL NOTE FOR
  194.                          WILLY BEAMISH CD OWNERS.
  195.  `Willy  Beamish CD requires EMS memory to function properly.   Configuring
  196.  your  system  for EMS may require more conventional memory.   Since  Willy
  197.  Beamish  only requires 560,000 bytes of conventional memory, you shouldn't
  198.  have  any  problems.  However other Sierra games require more conventional
  199.  memory.   Use EMS memory only if necessary.  If you plan to use  the  boot
  200.  disk  with  Willy Beamish CD, it will be necessary to make  the  following
  201.  changes to the boot disk instructions:
  202.  
  203.  CONFIG.SYS
  204.  Change the EMM386 line to read as follows:
  205.  
  206.  DEVICE=EMM386.SYS  /F=AUTO  /K=1024  /B=AUTO  <ENTER>
  207.  
  208.  AUTOEXEC.BAT
  209.  Add a /E to the end of the MSCDEX line.
  210.  
  211.  
  212. STEP 7
  213.                             REBOOT THE SYSTEM:
  214.   Reboot your system by depressing the <RESET> button on your computer or
  215.   by using the <CTRL>, <ALT>, <DEL> key sequence on your keyboard.  Once
  216.   you receive an A:\>, go to your hard drive and follow the instructions
  217.   to begin the game.
  218.  
  219.  
  220.                       SHOULD YOU STILL HAVE PROBLEMS.
  221. If  you  continue to experience any problems with the Boot Disk, or if  you
  222. have any questions concerning any of the above steps, our Technical Support
  223. Department  will be more than happy to assist you.  Please call (209)  683-
  224. 8989  between 8:15 am and 4:45 PM Monday through Friday.  We  can  also  be
  225. reached  by fax at (209) 683-3633, by BBS at (209) 683-4463, or by mail  at
  226. the following address:
  227.                               Sierra On-Line
  228.                                P.O. Box 800
  229.                         Coarsegold, CA  93614-0800
  230.                          ATTN:  TECHNICAL SUPPORT
  231.                                      
  232. You   can   also  reach   our Technical  Support   Team   on  one  of   the
  233. following services:
  234. Sierra BBS          (209) 683-4463  (settings 8, N, & 1, up to 38,400 baud)
  235. Compuserve          GAMAPUB (Technical Support ID 76004,2143)
  236. PRODIGY             (Sierra ID WBWW55A) (Dynamix ID WBWW55B)
  237. GEnie               Private E-Mail SIERRA.SUP
  238. America Online      Keyword: SIERRA
  239.                                      
  240. In Europe, please contact our office in Berkshire, England.  The Customer
  241. Service phone number is (44) 734 303171, the Hint number is (44) 734-
  242. 304004, the BBS number is (44) 734-304227, the fax number is (44) 734
  243. 303201, and the address is:
  244.                           Sierra On-Line Limited
  245.                      Unit 2, Theale Technology Centre
  246.                                Station Road
  247.                                   Theale
  248.                             Berkshire, ENGLAND
  249.                                   RG7 4AA
  250.                                      
  251. Please outline the problems along with specific information about your
  252. computer system, and we will gladly respond to your fax, letter or message
  253. as soon as possible.
  254.  
  255.