home *** CD-ROM | disk | FTP | other *** search
/ PC97 Software / SOFTWARE_97.iso / QEMM.97 / DISK3 / TECHNOTE.QIP / W95BOOT.TEC < prev    next >
Text File  |  1997-05-15  |  5KB  |  116 lines

  1.  
  2.                 Using QEMM Optimize and the Windows 95 Startup Menu
  3.  
  4.  Quarterdeck Technical Note #312             Filename: W95BOOT.TEC
  5.  by Jeff Sutyla                              CompuServe: W95BOOT.TEC
  6.  Last revised: 11/01/95                      Category: QEMM
  7.  
  8.  Subject:  Using Windows 95's Startup Menu to Optimize a previous
  9.            version of DOS.
  10.  
  11.  If you installed Windows 95 over an older version of DOS, you may
  12.  have a multiple configuration Startup Menu that displays when you
  13.  boot your system. The Startup Menu lets you pick the
  14.  configuration you want to use during bootup.  For example, you
  15.  might have installed Windows 95 into a new directory rather than
  16.  installing over Windows 3.1.  At times, you may want to boot into
  17.  Windows 3.1 instead of Windows 95.
  18.  
  19.  If you use a Windows 95 Startup menu, you must make sure that
  20.  QEMM's Optimize boots into the same menu option each time
  21.  Optimize reboots your system.  In this technote we tell you how
  22.  to set up a Windows 95 Startup Menu, select a default menu
  23.  option, and how to run Optimize using this default menu choice.
  24.  
  25.  1. Boot your computer and watch for the message "Starting Windows
  26.     95".  When you see this message, press the F8 key quickly.  If
  27.     one of the choices is "Previous Version of DOS", note the
  28.     number of that choice and write it down. Choose "Normal" and
  29.     boot to Windows 95.
  30.  
  31.  2. When Windows 95 has booted up, choose "Shutdown" from the
  32.     Start Menu, and then choose "Restart to DOS".
  33.  
  34.  3. Make sure you are in the Windows 95 version of DOS by typing:
  35.  
  36.     VER <enter>
  37.  
  38.     If you see "Windows 95" on your screen, continue with Step 4.
  39.     If you do not see the "Windows 95" message, you likely have a
  40.     problem with your Windows 95 installation.  Please consult
  41.     your Windows 95 documentation for assistance with this
  42.     problem, and do not continue with this technote.
  43.  
  44.  4. In order to enable the Windows 95 Boot Menu feature, you must
  45.     make modifications to Windows 95's MSDOS.SYS configuration
  46.     file.  Type the following:
  47.  
  48.     CD \ <enter>
  49.     ATTRIB -S -H -R MSDOS.SYS <enter>
  50.     COPY MSDOS.SYS MSDOS.QDK
  51.     EDIT MSDOS.SYS <enter>
  52.  
  53.  5. Add the following to the [Options] section of MSDOS.SYS:
  54.  
  55.     BootMulti=1          ;Win95 Multi-Boot Configuration enabled
  56.     BootMenu=1           ;Win95 Multi-Boot Menu displayed by
  57.                          ;default
  58.     BootMenuDelay=5      ;Seconds to delay menu selection
  59.     BootMenuDefault=x    ;Boots to item number x after the
  60.                          ;boot menu delay
  61.  
  62.  Note: If you did not make a note of the menu number for "Previous
  63.        Version of DOS", do not add the BootMenuDefault= line.
  64.        Instead, press the keys <ALT-F> <X> <Y> to save the file,
  65.        then reboot the computer.  When the Startup Menu displays,
  66.        make note of the menu number for "Previous Version of DOS",
  67.        then boot to the "Command Prompt Only" selection. Edit
  68.        MSDOS.SYS again, and add the BootMenuDefault= line.  Press
  69.        the keys <ALT-F> <X> <Y> to save the file.
  70.  
  71.  6. Type:
  72.  
  73.     ATTRIB +S +H +R MSDOS.SYS <enter>
  74.  
  75.  7. Re-boot your system. (If you end up in Windows 95, select
  76.     "Shut Down" from the Start menu, then select "Restart in MS
  77.     DOS mode".)  Then type:
  78.  
  79.     C:\QEMM\OPTIMIZE <enter>
  80.  
  81.     to OPTIMIZE your previous version of DOS.
  82.  
  83.  8. If you want to boot to WINDOWS 95 by default, follow these
  84.     steps.  (If you do not, you are finished with this technote.)
  85.  
  86.     Re-boot and choose NORMAL (choice 1) on the Startup Menu.
  87.  
  88.     When WINDOWS 95 appears, choose "Shut Down" from the Startup
  89.     Menu, then choose "Restart to DOS".
  90.  
  91.     Type the following:
  92.  
  93.     CD\ <enter>
  94.     ATTRIB -S -H -R MSDOS.SYS <enter>
  95.     EDIT MSDOS.SYS <enter>
  96.  
  97.     Place a semi-colon (;) before BootMenuDefault in the MSDOS.SYS
  98.     file.
  99.  
  100.     Press the keys <ALT-F> <X> <Y> one after the other to return
  101.     to a DOS prompt, then type:
  102.  
  103.     ATTRIB +S +H +R MSDOS.SYS <enter>
  104.  
  105.     Now, when you boot your system the Startup Menu will be
  106.     displayed for 5 seconds and then WINDOWS 95 will automatically
  107.     start.
  108.  
  109.  ******************************************************************
  110.  *      Trademarks are property of their respective owners.       *
  111.  *   This and other technical notes may be available in updated   *
  112.  *     forms through Quarterdeck's standard support channels.     *
  113.  *          Copyright (C) 1996 Quarterdeck Corporation            *
  114.  ******************** E N D   O F   F I L E ***********************
  115.  
  116.