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

  1.                               MS DOS - 80286
  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. These instructions are only for 286 computers using MS DOS 3.0 and above.
  10.  
  11. IMPORTANT  NOTE:  Please read the entire instructions prior to starting  at
  12. step 1.
  13.  
  14.  
  15. STEP 1
  16.                             FORMATTING THE DISK
  17.   PLEASE NOTE: It is necessary to format the disk even if the disk is
  18.   already formatted.  The /S switch will transfer files to the boot disk
  19.   which are necessary for the disk to work correctly.
  20.                                      
  21.   To make a Boot Disk, format a high density diskette in the A: drive.
  22.   (MS DOS 5.0 and above can use the /F:360 or  /F:720 parameter if using a
  23.   low density diskette) For more information on using the FORMAT command,
  24.   consult your DOS manual.  Note: This will not work in the B: drive.
  25.   Type the command as follows:
  26.  
  27.   FORMAT  A:/S  <ENTER>
  28.  
  29.   If after entering this command the system responds with a "Bad command or
  30.   file name" error, then type:
  31.  
  32.   PATH=C:\DOS  <ENTER>
  33.  
  34.   Now retype the FORMAT command above.  If you still receive the same
  35.   error, the MS DOS FORMAT command may not be on your system or it may
  36.   have been renamed.  Programs such as PC Tools and Norton Disk Utilities
  37.   can rename the format command to prevent accidental loss of data.
  38.  
  39.  
  40. STEP 2
  41.                         LOCATING THE MOUSE DRIVERS
  42.   If you plan to use a mouse with your game, it will be necessary to first
  43.   load the mouse driver.  To do this, locate the mouse driver and copy it
  44.   to the boot disk in your A: drive.  There are two types of mouse drivers
  45.   available, MOUSE.SYS, which must be loaded in the CONFIG.SYS file and
  46.   MOUSE.COM which must be loaded in the AUTOEXEC.BAT file.  You do not
  47.   need to load both MOUSE.SYS and MOUSE.COM.  Locate the MOUSE.SYS or
  48.   MOUSE.COM file.  Because the file MOUSE.SYS is usually smaller than
  49.   MOUSE.COM we recommend that the MOUSE.SYS file be used in order to free
  50.   more memory.
  51.  
  52.   a) Locating the mouse drivers:
  53.   If you do not know where the MOUSE.SYS or MOUSE.COM files are located on
  54.   your system, the command below should help in locating your mouse
  55.   drivers.  For users of MS DOS 5.0 or above, type the following at the
  56.   C:\> prompt.
  57.  
  58.   DIR  \MOUSE  /S  <ENTER>
  59.  
  60.   This command only works with MS-DOS 5.0 or above and will cause the
  61.   system to search all sub directories for a file called mouse.  If the
  62.   system locates a file called mouse, it will display the path where the
  63.   mouse files are located.  For instance, if the MOUSE.SYS file is located
  64.   in a C:\MOUSE> directory, the system will display:
  65.  
  66.   Directory of C:\MOUSE
  67.   MOUSE    SYS   55160 03-10-92   3:10a
  68.   MOUSE    COM   56408 03-10-93   6:00a
  69.  
  70.   If the system does not locate a mouse, your driver may have a different
  71.   name or these files may not be currently installed on the system.  Some
  72.   other common names for mouse drivers are IMOUSE, GMOUSE, and HPMOUSE.
  73.   Your mouse drivers may have been included on a floppy disk which came
  74.   packaged along with your mouse.  For information on the proper name for
  75.   your mouse, check the owners manual which came with your mouse.
  76.  
  77.   b) Copying the mouse driver:
  78.   Once you have located the mouse driver, you will need to copy it to the
  79.   boot disk.  In this step, we will assume that the mouse drivers were
  80.   located in the C:\MOUSE> directory as shown in the step above.  To copy
  81.   the MOUSE.SYS file to the boot disk, type the following at the C:\>
  82.   prompt:
  83.  
  84.   COPY  C:\MOUSE\MOUSE.*  A:  <ENTER>
  85.  
  86.  
  87. STEP 3
  88.                        CREATING THE CONFIG.SYS FILE
  89.   Now switch to the A: drive and type the following:
  90.   COPY  CON  CONFIG.SYS  <ENTER>        (The cursor will drop down one line
  91.   and blink)
  92.   FILES=30  <ENTER>
  93.  
  94.   Use the following lines only if your system has more than 1 Meg of memory
  95.   and is running on MS DOS 5.0 or above:
  96.   DEVICE=C:\DOS\HIMEM.SYS  <ENTER>
  97.   DOS=HIGH  <ENTER>
  98.  
  99.   If you are using the MOUSE.SYS file to load your mouse, add the following
  100.   line to the CONFIG.SYS.
  101.  
  102.   DEVICE=MOUSE.SYS  <ENTER>
  103.  
  104.   SPECIAL NOTE:  Loading the mouse requires conventional memory and could
  105.   prevent some games from running correctly.  If the game continues to
  106.   report insufficient memory, "Out of Hunk" or slows down in certain
  107.   scenes, remove the mouse driver line from the CONFIG.SYS file to free up
  108.   more conventional memory.  If the game was just slowing down at certain
  109.   scenes, you may be able to add the mouse line back in after you have
  110.   saved past the problem area.
  111.  
  112.   Complete the file by pressing the  F6  Function key <ENTER>
  113.  
  114.  
  115. STEP 4
  116.                       CREATING THE AUTOEXEC.BAT FILE
  117.   Now create an AUTOEXEC.BAT file by typing:
  118.  
  119.   COPY  CON  AUTOEXEC.BAT <ENTER>         (the cursor will drop down one
  120.   line)
  121.   SET  COMSPEC=C:\COMMAND.COM  <ENTER>
  122.   PROMPT  SIERRA  BOOT  DISK  $_$P$G  <ENTER>
  123.   PATH=C:\;C:\DOS;C:\WINDOWS;  <ENTER>
  124.  
  125.   If you are using the MOUSE.COM file to load the mouse, add the following
  126.   line to the AUTOEXEC.BAT file.
  127.   MOUSE.COM  <ENTER>
  128.  
  129.   SPECIAL NOTE:  Loading the mouse requires conventional memory and could
  130.   prevent some games from running correctly.  If the game continues to
  131.   report insufficient memory, "Out of Hunk" or slows down in certain
  132.   scenes, remove the mouse driver line from the AUTOEXEC.BAT file to free
  133.   up more conventional memory.  If the game was just slowing down at
  134.   certain scenes, you may be able to add the mouse line back in after you
  135.   have saved past the problem area.
  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.