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

  1.                    MS DOS CD ROM Boot Disk Instructions
  2.                           For MS-DOS 5.0 and 6.0
  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 MS DOS 5.0 and above.
  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:\DOS  <ENTER>
  38.  
  39.   Now retype the FORMAT command above.  If you still receive the same
  40.   error, the MS 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 MS DOS 5.0 or above, type the following at the
  61.   C:\> prompt.
  62.  
  63.   DIR  \MOUSE  /S  <ENTER>
  64.  
  65.   This command only works with MS-DOS 5.0 or above and will cause the
  66.   system to search all sub directories for a file called mouse.  If the
  67.   system locates a file called mouse, it will display the path where the
  68.   mouse files are located.  For instance, if the MOUSE.SYS file is located
  69.   in a 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:\DOS\MSCDEX  /D:MSCD001
  110.   LH  C:\DOS\MSCDEX  /D:MSCD001
  111.   LOADHIGH  /L:14429  \DOS\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.   LH  C:\DOS\MSCDEX  /D:MSCD001
  118.  
  119.   LH______________________________________________________________________
  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.   DEVICEHIGH=C:\DRV\CDROMDRV.SYS  /D:MSCD001  /P:220
  138.   DEVICEHIGH  /L:14652  =C:\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.   DEVICEHIGH=C:\DRV\CDROMDRV.SYS  /D:MSCD001  /P:220
  145.  
  146.   DEVICEHIGH=____________________________________________________________
  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.   DEVICE=C:\DOS\HIMEM.SYS  <ENTER>
  156.   DEVICE=C:\DOS\EMM386.EXE  NOEMS  <ENTER>
  157.   FILES=30  <ENTER>
  158.   BREAK=ON  <ENTER>
  159.   DOS=HIGH,UMB  <ENTER>
  160.   LASTDRIVE=Z  <ENTER>
  161.   DEVICEHIGH=C:\DOS\SETVER.EXE  <ENTER>
  162.  
  163.   If you are using the MOUSE.SYS file to load your mouse, add the following
  164.   line to the CONFIG.SYS.
  165.  
  166.   DEVICEHIGH=MOUSE.SYS  <ENTER>
  167.  
  168.   SPECIAL NOTE:  MS DOS 6.0 users who have compressed the hard drive using
  169.   DoubleSpace or Stacker 3.1, add the appropriate line listed below.
  170.  
  171.   For DoubleSpace, add:
  172.   DEVICEHIGH=C:\DOS\DBLSPACE.SYS /MOVE
  173.   For Stacker 3.1, add:
  174.   DEVICEHIGH=C:\STACKER\STACHIGH.SYS
  175.  
  176.   Now add the CD ROM driver line as you wrote it down in the "Locating the
  177.   CD ROM device driver" section above.
  178.  
  179.   Complete the file by pressing the  F6  Function key <ENTER>
  180.  
  181.  
  182. STEP 6
  183.                       CREATING THE AUTOEXEC.BAT FILE
  184.   Now create an AUTOEXEC.BAT file by typing:
  185.  
  186.   COPY  CON  AUTOEXEC.BAT   <ENTER> (the cursor will drop down one line)
  187.   SET  COMSPEC=C:\COMMAND.COM  <ENTER>
  188.   PROMPT  SIERRA  CD  BOOT  DISK  $_$P$G  <ENTER>
  189.   PATH=C:\;C:\DOS;C:\WINDOWS;  <ENTER>
  190.  
  191.   Now add the MSCDEX line as you wrote it down in the "Locating the MSCDEX
  192.   CD ROM extension" section listed above.
  193.  
  194.   If you are using the MOUSE.COM file to load the mouse, add the following
  195.   line to the AUTOEXEC.BAT file.
  196.   LH  MOUSE.COM  <ENTER>
  197.   Complete the file by pressing the  F6  Function key <ENTER>
  198.  
  199.  
  200. Special note
  201.                              SPECIAL NOTE FOR
  202.                          WILLY BEAMISH CD OWNERS.
  203.   Willy  Beamish CD requires EMS memory to function properly.   Configuring
  204.   your  system  for EMS may require more conventional memory.  Since  Willy
  205.   Beamish   only  requires  560,000  bytes  of  conventional  memory,   you
  206.   shouldn't  have  any problems.  However other Sierra games  require  more
  207.   conventional memory.  Use EMS memory only if necessary.  If you  plan  to
  208.   use  the  boot disk with Willy Beamish CD, it will be necessary  to  make
  209.   the following changes to the boot disk instructions:
  210.  
  211.   CONFIG.SYS
  212.   Change the EMM386 line to read as follows:
  213.  
  214.   DEVICE=C:\DOS\EMM386.EXE RAM  <ENTER>
  215.   AUTOEXEC.BAT
  216.   Add a /E to the end of the MSCDEX line.
  217.  
  218.  
  219. STEP 7
  220.                             REBOOT THE SYSTEM:
  221.   Reboot your system by depressing the <RESET> button on your computer or
  222.   by using the <CTRL>, <ALT>, <DEL> key sequence on your keyboard.  Once
  223.   you receive an A:\>, go to your hard drive and follow the instructions
  224.   to begin the game.
  225.  
  226.                       SHOULD YOU STILL HAVE PROBLEMS.
  227. If  you  continue to experience any problems with the Boot Disk, or if  you
  228. have any questions concerning any of the above steps, our Technical Support
  229. Department  will be more than happy to assist you.  Please call (209)  683-
  230. 8989  between 8:15 am and 4:45 PM Monday through Friday.  We  can  also  be
  231. reached  by fax at (209) 683-3633, by BBS at (209) 683-4463, or by mail  at
  232. the following address:
  233.                               Sierra On-Line
  234.                                P.O. Box 800
  235.                         Coarsegold, CA  93614-0800
  236.                          ATTN:  TECHNICAL SUPPORT
  237.                                      
  238. You   can   also  reach   our Technical  Support   Team   on  one  of   the
  239. following services:
  240. Sierra BBS          (209) 683-4463  (settings 8, N, & 1, up to 38,400 baud)
  241. Compuserve          GAMAPUB (Technical Support ID 76004,2143)
  242. PRODIGY             (Sierra ID WBWW55A) (Dynamix ID WBWW55B)
  243. GEnie               Private E-Mail SIERRA.SUP
  244. America Online      Keyword: SIERRA
  245.  
  246. In Europe, please contact our office in Berkshire, England.  The Customer
  247. Service phone number is (44) 734 303171, the Hint number is (44) 734-
  248. 304004, the BBS number is (44) 734-304227, the fax number is (44) 734
  249. 303201, and the address is:
  250.                           Sierra On-Line Limited
  251.                      Unit 2, Theale Technology Centre
  252.                                Station Road
  253.                                   Theale
  254.                             Berkshire, ENGLAND
  255.                                   RG7 4AA
  256.                                      
  257. Please outline the problems along with specific information about your
  258. computer system, and we will gladly respond to your fax, letter or message
  259. as soon as possible.
  260.