home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 256 / DR_BRAIN.BIN / BOOTDISK / BD.TXT next >
Text File  |  1995-02-27  |  8KB  |  183 lines

  1.                             MS-DOS 5.0 and 6.0
  2.                           Boot Disk Instructions
  3.                      Includes DoubleSpace, Stacker 3.1
  4.                                 (10/05/93)
  5.  
  6. The following instructions have been prepared by Sierra's Technical Support
  7. Department as an added service to our customers.  PLEASE NOTE: SIERRA  DOES
  8. NOT  MAKE  ANY  CLAIMS,  GUARANTEES, AND/OR  PROMISES  THAT  THE  FOLLOWING
  9. INSTRUCTIONS WILL WORK ON ANY AND/OR ALL COMPUTER SYSTEMS.
  10. These instructions are only for 386, 486 and Pentium computers using MS DOS
  11. 5.0 and above.
  12.  
  13. IMPORTANT  NOTE:  Please read the entire instructions prior to starting  at
  14. step 1.
  15.  
  16.  
  17. STEP 1
  18.                             FORMATTING THE DISK
  19.   PLEASE NOTE: It is necessary to format the disk even if the disk is
  20.   already formatted.  The /S switch will transfer files to the boot disk
  21.   which are necessary for the disk to work correctly.
  22.                                      
  23.   To make a Boot Disk, format a high density diskette in the A: drive.
  24.   (Use /F:360 or  /F:720 parameter if using a low density diskette) For
  25.   more information on using the FORMAT command, consult your DOS manual.
  26.   Note: This will not work in the B: drive.  Type the command as follows:
  27.  
  28.   FORMAT  A:/S  <ENTER>
  29.  
  30.   If after entering this command the system responds with a "Bad command or
  31.   file name" error, then type:
  32.  
  33.   PATH=C:\DOS  <ENTER>
  34.  
  35.   Now retype the FORMAT command above.  If you still receive the same
  36.   error, the MS DOS FORMAT command may not be on your system or it may
  37.   have been renamed.  Programs such as PC Tools and Norton Disk Utilities
  38.   can rename the format command to prevent accidental loss of data.
  39.  
  40.  
  41. STEP 2
  42.                         LOCATING THE MOUSE DRIVERS
  43.   If you plan to use a mouse with your game, it will be necessary to first
  44.   load the mouse driver.  To do this, locate the mouse driver and copy it
  45.   to the boot disk in your A: drive.  There are two types of mouse drivers
  46.   available, MOUSE.SYS, which must be loaded in the CONFIG.SYS file and
  47.   MOUSE.COM which must be loaded in the AUTOEXEC.BAT file.  You do not
  48.   need to load both MOUSE.SYS and MOUSE.COM.  Locate the MOUSE.SYS or
  49.   MOUSE.COM file.  Because the file MOUSE.SYS is usually smaller than
  50.   MOUSE.COM we recommend that the MOUSE.SYS file be used in order to free
  51.   more memory.
  52.  
  53.   a) Locating the mouse drivers:
  54.   If you do not know where the MOUSE.SYS or MOUSE.COM files are located on
  55.   your system, the command below should help in locating your mouse
  56.   drivers.  For users of MS DOS 5.0 or above, type the following at the
  57.   C:\> prompt.
  58.  
  59.   DIR  \MOUSE  /S  <ENTER>
  60.  
  61.   This command only works with MS-DOS 5.0 or above and will cause the
  62.   system to search all sub directories for a file called mouse.  If the
  63.   system locates a file called mouse, it will display the path where the
  64.   mouse files are located.  For instance, if the MOUSE.SYS file is located
  65.   in a C:\MOUSE> directory, the system will display:
  66.  
  67.   Directory of C:\MOUSE
  68.   MOUSE    SYS   55160 03-10-92   3:10a
  69.   MOUSE    COM   56408 03-10-93   6:00a
  70.  
  71.   If the system does not locate a mouse, your driver may have a different
  72.   name or these files may not be currently installed on the system.  Some
  73.   other common names for mouse drivers are IMOUSE, GMOUSE, and HPMOUSE.
  74.   Your mouse drivers may have been included on a floppy disk which came
  75.   packaged along with your mouse.  For information on the proper name for
  76.   your mouse, check the owners manual which came with your mouse.
  77.  
  78.   b) Copying the mouse driver:
  79.   Once you have located the mouse driver, you will need to copy it to the
  80.   boot disk.  In this step, we will assume that the mouse drivers were
  81.   located in the C:\MOUSE> directory as shown in the step above.  To copy
  82.   the MOUSE.SYS file to the boot disk, type the following at the C:\>
  83.   prompt:
  84.  
  85.   COPY  C:\MOUSE\MOUSE.*  A:  <ENTER>
  86.   
  87.  
  88. STEP 3
  89.                        CREATING THE CONFIG.SYS FILE
  90.   Now switch to the A: drive and type the following:
  91.   COPY  CON  CONFIG.SYS  <ENTER>        (The cursor will drop down one line
  92.   and blink)
  93.   DEVICE=C:\DOS\HIMEM.SYS  <ENTER>
  94.  
  95.   Many Dynamix games use EMS memory.  Check your Dynamix game manual to
  96.   see if your game needs EMS memory.  If your game needs EMS memory, use
  97.   the following EMM386.EXE line:
  98.   DEVICE=C:\DOS\EMM386.EXE  RAM  1024  <ENTER>
  99.  
  100.   Sierra games do not require EMS memory.  If your game does not use EMS
  101.   memory, add the following  EMM386.EXE line:
  102.   DEVICE=C:\DOS\EMM386.EXE  NOEMS  <ENTER>
  103.  
  104.   DOS=HIGH,UMB  <ENTER>
  105.   FILES=30  <ENTER>
  106.  
  107.   If you are using the MOUSE.SYS file to load your mouse, add the following
  108.   line to the CONFIG.SYS.
  109.  
  110.   DEVICEHIGH=MOUSE.SYS  <ENTER>
  111.  
  112.   SPECIAL NOTE:  MS DOS 6.0 users who have compressed the hard drive using
  113.   DoubleSpace or Stacker 3.1, add the appropriate line listed below.
  114.   For DoubleSpace, add:
  115.   DEVICEHIGH=C:\DOS\DBLSPACE.SYS /MOVE  <ENTER>
  116.   For Stacker 3.1, add:
  117.   DEVICEHIGH=C:\STACKER\STACHIGH.SYS  <ENTER>
  118.  
  119.   Complete the file by pressing the  F6  Function key <ENTER>
  120.  
  121.  
  122. STEP 4
  123.                       CREATING THE AUTOEXEC.BAT FILE
  124.   Now create an AUTOEXEC.BAT file by typing:
  125.  
  126.   COPY  CON  AUTOEXEC.BAT <ENTER>         (the cursor will drop down one
  127.   line)
  128.   SET  COMSPEC=C:\COMMAND.COM  <ENTER>
  129.   PROMPT  SIERRA  BOOT  DISK  $_$P$G  <ENTER>
  130.   PATH=C:\;C:\DOS;C:\WINDOWS;  <ENTER>
  131.  
  132.   If you are using the MOUSE.COM file to load the mouse, add the following
  133.   line to the AUTOEXEC.BAT file.
  134.  
  135.   LH  MOUSE.COM  <ENTER>
  136.  
  137.   Complete the file by pressing the  F6  Function key <ENTER>
  138.  
  139.  
  140. STEP 5
  141.                             REBOOT THE SYSTEM:
  142.   Reboot your system by depressing the <RESET> button on your computer or
  143.   by using the <CTRL>, <ALT>, <DEL> key sequence on your keyboard.  Once
  144.   you receive an A:\>, go to your hard drive and follow the instructions
  145.   to begin the game.
  146.  
  147.  
  148.                       SHOULD YOU STILL HAVE PROBLEMS.
  149. If  you  continue to experience any problems with the Boot Disk, or if  you
  150. have any questions concerning any of the above steps, our Technical Support
  151. Department  will be more than happy to assist you.  Please call (209)  683-
  152. 8989  between 8:15 am and 4:45 PM Monday through Friday.  We  can  also  be
  153. reached  by fax at (209) 683-3633, by BBS at (209) 683-4463, or by mail  at
  154. the following address:
  155.                               Sierra On-Line
  156.                                P.O. Box 800
  157.                         Coarsegold, CA  93614-0800
  158.                          ATTN:  TECHNICAL SUPPORT
  159.                                      
  160. You   can   also  reach   our Technical  Support   Team   on  one  of   the
  161. following services:
  162. Sierra BBS          (209) 683-4463  (settings 8, N, & 1, up to 38,400 baud)
  163. Compuserve          GAMAPUB (Technical Support ID 76004,2143)
  164. PRODIGY             (Sierra ID WBWW55A) (Dynamix ID WBWW55B)
  165. GEnie               Private E-Mail SIERRA.SUP
  166. America Online      Keyword: SIERRA
  167.                                      
  168. In Europe, please contact our office in Berkshire, England.  The Customer
  169. Service phone number is (44) 734 303171, the Hint number is (44) 734-
  170. 304004, the BBS number is (44) 734-304227, the fax number is (44) 734
  171. 303201, and the address is:
  172.                           Sierra On-Line Limited
  173.                      Unit 2, Theale Technology Centre
  174.                                Station Road
  175.                                   Theale
  176.                             Berkshire, ENGLAND
  177.                                   RG7 4AA
  178.                                      
  179. Please outline the problems along with specific information about your
  180. computer system, and we will gladly respond to your fax, letter or message
  181. as soon as possible.
  182.  
  183.