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

  1.                                 DR-DOS 6.0
  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 386, 486 and Pentium computers using DR DOS
  10. 6.0 and above.
  11.  
  12. IMPORTANT  NOTE:  Please read the entire instructions prior to starting  at
  13. step 1.
  14.  
  15.  
  16. STEP 1
  17.                             FORMATTING THE DISK
  18.   PLEASE NOTE: It is necessary to format the disk even if the disk is
  19.   already formatted.  The /S switch will transfer files to the boot disk
  20.   which are necessary for the disk to work correctly.
  21.                                      
  22.   To make a Boot Disk, format a high density diskette in the A: drive.
  23.   (Use /F:360 or  /F:720 parameter if using a low density diskette)  For
  24.   more information on using the FORMAT command, consult your DOS manual.
  25.   Note: This will not work in the B: drive.  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:\DRDOS  <ENTER>
  33.  
  34.   Now retype the FORMAT command above.  If you still receive the same
  35.   error, the DR 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 DR DOS 6.0, type the following at the C:\>
  56.   prompt.
  57.  
  58.   XDIR  \MOUSE  /S  <ENTER>
  59.  
  60.   This command only works with DR-DOS 6.0 and will cause the system to
  61.   search all sub directories for a file called mouse.  If the system
  62.   locates a file called mouse, it will display the path where the mouse
  63.   files are located.  For instance, if the MOUSE.SYS file is located in a
  64.   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.                          COPYING NECESSARY FILES:
  89.   Go into the DRDOS subdirectory by typing: CD\DRDOS  <ENTER>.  Copy the
  90.   following files to the Boot Disk by using the following commands:
  91.  
  92.   COPY  EMM386.SYS  A:  <ENTER>
  93.  
  94.  If you are using the SuperStor disk compression utility that came with DR
  95.  DOS 6.0, copy the following files to the boot disk by typing:
  96.   COPY  SSTORDRV.SYS A:  <ENTER>
  97.   COPY  DEVSWAP.COM A:  <ENTER>
  98.  
  99.  
  100. STEP 4
  101.                          CREATING THE CONFIG.SYS:
  102.   From the A: drive type: COPY  CON  CONFIG.SYS followed by the <ENTER>
  103.   key.  The cursor will drop down one line and blink.  Enter the following
  104.   information:
  105.  
  106.   HIDOS=ON  <ENTER>
  107.   Many Dynamix games use EMS memory.  Check your Dynamix game manual to see
  108.   if you game needs EMS memory.  If your game needs EMS memory, use the
  109.   following EMM386.EXE line:
  110.   DEVICE=EMM386.SYS  /F=AUTO  /K=1024  /B=AUTO  <ENTER>
  111.  
  112.   Sierra games do not require EMS memory.  If your game does not use EMS
  113.   memory, add the following  EMM386.EXE line:
  114.   DEVICE=EMM386.SYS  /F=NONE  /B=AUTO  <ENTER>
  115.  
  116.   If you are using the MOUSE.SYS file to load your mouse, add the following
  117.   line to the CONFIG.SYS file.
  118.  
  119.   HIDEVICE=MOUSE.SYS  <ENTER>
  120.  
  121.   NOTE:    If you are using the SuperStor disk compression utility, you
  122.   may not be able to free up sufficient conventional memory to run your
  123.   Sierra or Dynamix game.  It may be necessary to place the game on the
  124.   uncompressed portion of the drive and boot without loading the SuperStor
  125.   device drivers.
  126.  
  127.   If you are using the SuperStor disk compression utility, add the
  128.   following lines to the CONFIG.SYS file.
  129.   DEVICE=SSTORDRV.SYS  <ENTER>
  130.   DEVICE=DEVSWAP.COM  <ENTER
  131.  
  132.   Press the  <F6> key.  A ^Z will appear.  Press <ENTER> and the computer
  133.   should respond with the message "1 File(s) copied".
  134.  
  135.  
  136. STEP 5
  137.                         CREATING THE AUTOEXEC.BAT:
  138.   From the A: drive type: COPY  CON  AUTOEXEC.BAT followed by the <ENTER>
  139.   key.   Enter the following information:
  140.  
  141.   SET  COMSPEC=C:\COMMAND.COM  <ENTER>
  142.   PROMPT  SIERRA BOOTDISK $_$P$G  <ENTER>
  143.   PATH=C:\DRDOS;C:\WINDOWS  <ENTER>
  144.  
  145.   If you are using the MOUSE.COM file to load the mouse, add the following
  146.   line to the AUTOEXEC.BAT file.
  147.  
  148.   HIGHLOAD  MOUSE.COM  <ENTER>
  149.  
  150.   Press the <F6> key.  A ^Z will appear.  Press <ENTER> and the computer
  151.   should respond with the message "1 File(s) copied".
  152.  
  153.  
  154. STEP 6
  155.                             REBOOT THE SYSTEM:
  156.   Reboot your system by depressing the <RESET> button on your computer or
  157.   by using the <CTRL>, <ALT>, <DEL> key sequence on your keyboard.  Once
  158.   you receive an A:\>, go to your hard drive and follow the instructions
  159.   to begin the game.
  160.  
  161.                       SHOULD YOU STILL HAVE PROBLEMS.
  162. If  you  continue to experience any problems with the Boot Disk, or if  you
  163. have any questions concerning any of the above steps, our Technical Support
  164. Department  will be more than happy to assist you.  Please call (209)  683-
  165. 8989  between 8:15 am and 4:45 PM Monday through Friday.  We  can  also  be
  166. reached  by fax at (209) 683-3633, by BBS at (209) 683-4463, or by mail  at
  167. the following address:
  168.                               Sierra On-Line
  169.                                P.O. Box 800
  170.                         Coarsegold, CA  93614-0800
  171.                          ATTN:  TECHNICAL SUPPORT
  172.                                      
  173. You   can   also  reach   our Technical  Support   Team   on  one  of   the
  174. following services:
  175. Sierra BBS          (209) 683-4463  (settings 8, N, & 1, up to 38,400 baud)
  176. Compuserve          GAMAPUB (Technical Support ID 76004,2143)
  177. PRODIGY             (Sierra ID WBWW55A) (Dynamix ID WBWW55B)
  178. GEnie               Private E-Mail SIERRA.SUP
  179. America Online      Keyword: SIERRA
  180.                                      
  181. In Europe, please contact our office in Berkshire, England.  The Customer
  182. Service phone number is (44) 734 303171, the Hint number is (44) 734-
  183. 304004, the BBS number is (44) 734-304227, the fax number is (44) 734
  184. 303201, and the address is:
  185.                           Sierra On-Line Limited
  186.                      Unit 2, Theale Technology Centre
  187.                                Station Road
  188.                                   Theale
  189.                             Berkshire, ENGLAND
  190.                                   RG7 4AA
  191.                                      
  192. Please outline the problems along with specific information about your
  193. computer system, and we will gladly respond to your fax, letter or message
  194. as soon as possible.
  195.