home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 29 / PCGAMER29.bin / bootdisk.txt < prev    next >
Text File  |  1995-11-09  |  9KB  |  251 lines

  1. DOS BOOT DISK
  2. -------------
  3.  
  4.  
  5. If you are having trouble installing your program, experiencing lockups,
  6. or other problems, we suggest you try starting up your system with a DOS
  7. boot disk.  Please follow these steps exactly.
  8.  
  9.     IMPORTANT : To create a DOS boot disk you will need a blank disk the
  10.                 same size as your A: drive.
  11.  
  12.     1. Type C: and press ENTER.
  13.  
  14.  
  15.     2. Place the blank disk into drive A:.
  16.  
  17.  
  18.     3. Type FORMAT a:/s and press ENTER.  Be sure to include the spaces.
  19.     
  20.        NOTE : If you are formatting low density disks on a high density
  21.               drive, use the following commands in place of step 3.
  22.  
  23.               5.25" low density disk : Type FORMAT a:/s /n:9 /t:40 and
  24.               press ENTER.
  25.  
  26.               3.5" low density disk : Type FORMAT a:/s /n:9 /t:80 and
  27.               press ENTER.
  28.  
  29.        You will be prompted to insert a blank disk into drive A:.
  30.        Do so if you haven't already, and press ENTER.
  31.  
  32.  
  33.     5. Once the disk is finished formatting, you will be asked to
  34.        label (name) the disk. Type in a label or press ENTER for
  35.        no label.
  36.  
  37.  
  38.     6. You will now be asked whether you wish to format another disk.
  39.        Type N and press ENTER.
  40.  
  41.  
  42. You now have a DOS boot disk.  This boot disk completely bypasses the
  43. AUTOEXEC.BAT and CONFIG.SYS on your hard drive and starts up your
  44. computer in as clean a DOS environment as possible.
  45.  
  46.  
  47.  
  48. FREEING UP ADDITIONAL MEMORY USING THE BOOT DISK
  49. ------------------------------------------------
  50.  
  51.  
  52. Users WITHOUT a memory manager (HIMEM.SYS) : It is not possible to free
  53. up much more base memory without using a memory manager, which allows one
  54. to access Extended Memory (XMS).
  55.  
  56.  
  57. TO START UP YOUR MACHINE USING THE DOS BOOT DISK :
  58.  
  59.     1. Insert the DOS boot disk into drive A:, then restart your machine.
  60.        Your computer will boot up to the A> prompt.
  61.  
  62.  
  63.     2. Type prompt $p$g and press ENTER.  The prompt now displays the
  64.        current directory (A:\>).
  65.  
  66.  
  67.     3. Type c: and press ENTER to return to your hard drive.
  68.  
  69.  
  70. USERS WITH MS DOS 5.0 OR GREATER : Rather than change your permanent system
  71. software configuration, you can use the DOS boot disk and the HIMEM memory
  72. manager software included with MS DOS 5.0 (or greater) to temporarily set
  73. up Extended (XMS) and Expanded (EMS).  To do so, follow the instructions
  74. below :
  75.     
  76. NOTE : If you are NOT using HIMEM.SYS memory manager, consult your
  77.        manufacturer's manual for more information on the proper way to 
  78.        load the program through the CONFIG.SYS file.
  79.  
  80.  
  81. ***** READ THIS SECTION COMPLETELY BEFORE YOU BEGIN
  82.  
  83.  
  84. NOTE : The following section assumes that your root directory is C:.
  85.        If your root directory is other than C:, substitute the correct
  86.        drive letter in the following commands.
  87.  
  88.  
  89. To configure the DOS boot disk to free up additional base memory and to set
  90. up Expanded Memory (EMS):
  91.  
  92.     1. Back up your CONFIG.SYS and AUTOEXEC.BAT files before editing them
  93.        so that you can return to the originals if you have any problems :
  94.         
  95.        i.  At the C:\ prompt, type COPY C:\CONFIG.SYS C:\CONFIG.BAK and
  96.            press ENTER.
  97.  
  98.        ii. Type COPY C:\AUTOEXEC.BAT C:\AUTOEXEC.BAK and press ENTER.
  99.  
  100.  
  101.     2. Copy the CONFIG.SYS and AUTOEXEC.BAT files from the root directory
  102.        on your hard drive (C:\) to the root directory on the boot disk
  103.        that you have just created (A:\) :
  104.  
  105.        i.  At the C:\> prompt, type COPY CONFIG.SYS a:\ and press ENTER.
  106.  
  107.        ii. Type COPY AUTOEXEC.BAT A:\ and press ENTER.
  108.  
  109.  
  110.     3. Open the boot disk copy of the AUTOEXEC.BAT file (on A:) using
  111.        the EDIT program from MS DOS 5.0 or greater :
  112.  
  113.        TO OPEN FILE FROM THE C:\ PROMPT :
  114.  
  115.        i.  Type CD\DOS and then press ENTER.
  116.  
  117.        ii. Type EDIT A:\AUTOEXEC.BAT and press ENTER.
  118.  
  119.  
  120.     4. From the boot disk copy of the AUTOEXEC.BAT file, delete all lines
  121.        except the following :
  122.  
  123.             PATH = C:\DOS
  124.             PROMPT $P$G
  125.             C:\MOUSE\MOUSE.COM (* see note below)
  126.  
  127.             Your sound card driver
  128.             (example :
  129.                 set sound=c:\sbpro
  130.                 set blaster=A220 i7 d1 T4)
  131.  
  132.             Your CD ROM driver
  133.             (example : c:\dos\mscdex.exe /v /d:mscd001 /m:15)
  134.  
  135.             Your VESA driver (** see note below)
  136.             (example : c:\VESA\VVESA.COM)
  137.  
  138.        *  C:\MOUSE represents the directory in which your mouse driver is
  139.           located, but it may also be in C:\, C:\DOS or C:\WINDOWS, etc.
  140.  
  141.           EXAMPLE : C:\DOS\MOUSE.COM
  142.  
  143.           NOTE : If your mouse line looks different from the examples
  144.                  above, you may not be using the MOUSE.COM mouse driver.
  145.                  DO NOT change this line if it looks different from the
  146.                  examples above.  Drivers with a .SYS extension will be
  147.                  loaded through the CONFIG.SYS file and should be left in
  148.                  place when you are editing that file.  If you have other
  149.                  questions about loading your particular mouse driver,
  150.                  consult your mouse or DOS manuals.
  151.  
  152.        ** Some newer SVGA cards have VESA drivers built into them in ROM. 
  153.           Check the documentation which came with your SVGA card to find
  154.           out whether you need to load a VESA driver in your AUTOEXEC.BAT.
  155.  
  156.  
  157.     5. Save the edited AUTOEXEC.BAT file and open the boot disk copy of the
  158.        CONFIG.SYS file within EDIT.
  159.  
  160.        i.  To save, press ALT-F to bring down the FILE menu, then type S.
  161.  
  162.        ii. To open, press ALT-F, type O, then type a:\config.sys and
  163.            press ENTER.
  164.  
  165.  
  166.     6. While still in EDIT, delete all lines from the boot disk copy of the
  167.        CONFIG.SYS file EXCEPT the following :
  168.  
  169.         DEVICE=C:\DOS\HIMEM.SYS (Or C:\WINDOWS\HIMEM.SYS)
  170.  
  171.         DOS=HIGH,UMB
  172.  
  173.         BUFFERS=30
  174.  
  175.         FILES=50
  176.  
  177.         Your CD ROM driver
  178.         (example c:\sbpro\drv\sbpcd.sys /D:MSCD001 /P:220
  179.  
  180.  
  181.     Your CONFIG.SYS file should now look like the above example.  If it
  182.     does NOT, edit it now to make it identical to the text above.
  183.  
  184.  
  185.  
  186.     MS-DOS 6.0 USERS : If you are using the Doublespace utility provided
  187.     with DOS 6.0, you will need to load the DBLSPACE.SYS device driver
  188.     into high memory in order to free up additional base memory.  This
  189.     can be done by adding an additional line to the CONFIG.SYS file you
  190.     have just created on your boot disk.  The CONFIG.SYS file should
  191.     contain the following lines :
  192.  
  193.  
  194.         DEVICE=C:\DOS\HIMEM.SYS (Or C:\WINDOWS\HIMEM.SYS)
  195.  
  196.         DOS=HIGH,UMB
  197.  
  198.         DEVICEHIGH=C:\DOS\DBLSPACE /M
  199.  
  200.         BUFFERS=30
  201.  
  202.         FILES=50
  203.  
  204.         Your CD ROM driver
  205.         (example c:\sbpro\drv\sbpcd.sys /D:MSCD001 /P:220        
  206.  
  207.  
  208.     7. If the lines above are not present in the file, enter them now.
  209.        Otherwise, skip to step 8.
  210.  
  211.  
  212.     8. If the HIMEM.SYS is not located in the DOS directory, substitute
  213.        the correct directory name in place of DOS in the first line of
  214.        the above example. (If you have not moved this file, then it will
  215.        be located in the DOS directory and you can skip this step.)
  216.  
  217.        Your file should now look identical to the example in step 6.
  218.  
  219.  
  220.     9. Save the edited CONFIG.SYS file and exit the EDIT program.
  221.  
  222.        i.  To save, press ALT-F, then type S.
  223.  
  224.        ii. To exit the EDIT program, press ALT-F, then type X.
  225.  
  226.  
  227. You now have a boot disk which should free up enough Extended (XMS)
  228. Memory to run the program.  This boot disk bypasses the AUTOEXEC.BAT and
  229. CONFIG.SYS files on your hard drive and starts up your computer in as
  230. clean a DOS environment as possible.  If you were having trouble installing
  231. your software, you can now try reinstalling.  If you were having trouble
  232. loading your game, try starting the software from the directory you
  233. installed to.  Use the MEM command to verify that you have enough XMS memory.
  234.  
  235.  
  236. TO START UP YOUR MACHINE USING THE DOS BOOT DISK
  237. ------------------------------------------------
  238.  
  239.     1. Insert the DOS boot disk into drive A:, then restart your machine.
  240.        Your computer will boot up to the A:> prompt.
  241.  
  242.  
  243.     2. Type C: and press ENTER to return to your hard drive.
  244.  
  245.  
  246. For more information on editing your CONFIG.SYS and AUTOEXEC.BAT files,
  247. or on changing your startup configuration, consult your DOS manual.
  248.  
  249.  
  250. <*** End of file. ***>
  251.