home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t380 / 1.ddi / OPTIMIZE.DOC < prev    next >
Encoding:
Text File  |  1991-09-24  |  3.8 KB  |  104 lines

  1. USING QEMM-386 OPTIMIZE WITH STACKER (QEMM-386 5.x ONLY)
  2. ========================================================
  3.  
  4. This file describes the procedure for using QEMM-386 OPTIMIZE with
  5. Stacker (QEMM-386 version 5.x only).  OPTIMIZE modifies your
  6. CONFIG.SYS and AUTOEXEC.BAT files to load all possible memory
  7. resident programs and device drivers into high memory.  The following
  8. procedure is designed to be used directly from a SSWAPed boot drive.
  9.  
  10. NOTE:  This procedure is NOT necessary if:
  11.        
  12.        1.  Drive C is not a Stacker drive.
  13.    OR  2.  Drive C is a Stacker drive but is not SSWAPed.
  14.  
  15.        For either of these situations, simply OPTIMIZE according to
  16.        the instructions provided in the QEMM-386 manual.
  17.  
  18. Stacker Version 2.0 Users:
  19. -------------------------- 
  20. If you are using the /SYNC option of SSWAP, this procedure will cause
  21. SSWAP to ask you if you want to update the changed CONFIG.SYS and
  22. AUTOEXEC.BAT files.
  23.  
  24. Select "No" each time you are asked during this procedure.  The last
  25. time you boot (in step 11) the files will be identical and you won't
  26. be prompted.
  27.  
  28. BEFORE YOU RUN OPTIMIZE:
  29. ------------------------
  30. You will need to know which drive letter refers to your boot drive.
  31. This can be determined by typing STACKER at the DOS prompt (with no
  32. options).  One of the lines will look like...
  33.  
  34.                 Drive x was drive C at boot time
  35.  
  36. Drive "x" is the boot drive.  In the procedure below, the boot drive
  37. is referred to as "x."
  38.  
  39. IF YOU ARE INSTALLING QEMM-386 FOR THE FIRST TIME
  40. -------------------------------------------------
  41. After booting normally, exit any shell program you may be using and
  42. unswap your boot drive by entering: SSWAP C: x:
  43.  
  44. Install QEMM.  DO NOT exercise the option to optimize at this
  45. time.
  46.  
  47. IF YOU'VE JUST INSTALLED QEMM-386
  48. ---------------------------------
  49. STEP 1a  Assuming you used the default installation options and the QEMM
  50.          files are all in C:\QEMM, enter the commands below and reboot the
  51.          computer.
  52.            MKDIR x:\QEMM
  53.            COPY C:\QEMM\*.* x:\QEMM
  54.  
  55. IF QEMM-386 WAS INSTALLED BEFORE STACKER
  56. ----------------------------------------
  57. STEP 1b  Enter the command:
  58.            COPY C:\QEMM\RSTRCFG.SYS x:\QEMM
  59.  
  60. AFTER STEP 1A OR 1B
  61. -------------------
  62. STEP 2  Enter the command: COPY x:\CONFIG.SYS C:\
  63.  
  64. STEP 3  Rename the AUTOEXEC.BAT file on drive C to some other name
  65.         using the DOS REN command.  Next copy your AUTOEXEC.BAT file
  66.         to drive C by entering:
  67.           COPY x:\AUTOEXEC.BAT C:\
  68.  
  69. STEP 4  Run OPTIMIZE.  Tell it to go ahead with its step 1.  When it
  70.         presents you with the options for step 2, press <ESC> to
  71.         return to the DOS prompt.
  72.  
  73. STEP 5  Enter the following commands.
  74.           COPY C:\CONFIG.SYS x:\ 
  75.           COPY C:\OPT2.BAT x:\
  76.           COPY C:\AUTOEXEC.BAT x:\AE.BAT
  77.           COPY C:\CONFIG.QDK C:\CONFIG.SYS
  78.  
  79. STEP 6  Reboot the computer.  When OPTIMIZE presents you with the
  80.         options for step 3, press <ESC> to return to the DOS prompt.
  81.  
  82. STEP 7  Enter the following commands.
  83.           COPY C\CONFIG.QDK C:\CONFIG.SYS
  84.           COPY x:\QEMM\LOADHI.OPT C:\QEMM
  85.           COPY x:\OPT2.BAT C:\
  86.           COPY x:\AE.BAT C:\AUTOEXEC.BAT
  87.  
  88. STEP 8  Reboot the computer.  When OPTIMIZE presents you with the
  89.         options for step 3, press <ESC> to return to the DOS prompt.
  90.  
  91. STEP 9  Enter the following command.
  92.           COPY C:\CONFIG.SYS x:\
  93.  
  94. STEP 10 Reboot the computer.
  95.  
  96. STEP 11 Enter the following commands, then reboot the computer.
  97.           COPY C:\CONFIG.SYS x:\
  98.           COPY C:\AUTOEXEC.BAT x:\
  99.  
  100. STEP 12 If you wish to return to your prior configuration, enter the
  101.         following commands.
  102.           COPY C:\CONFIG.QDK x:\CONFIG.SYS
  103.           COPY C:\AUTOEXEC.QDK C:\AUTOEXEC.BAT
  104.