home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / PD0746.TXT < prev    next >
Text File  |  1993-06-04  |  8KB  |  169 lines

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.                 PD0746: MEMMAKER QUESTIONS AND ANSWERS
  4. ======================================================================
  5.                                                    Revision Date: 5/93
  6.                                                                No Disk
  7.  
  8. The following information applies to Microsoft MS-DOS(R), version 6.0
  9. Upgrade.
  10.  
  11.  1. Q. How can I free conventional memory on my computer?
  12.     
  13.     A. You can optimize your computer memory use automatically by
  14.        running the MS-DOS 6.0 MemMaker program. There are some
  15.        restrictions on using MemMaker to optimize your system memory.
  16.        MemMaker works on 80386 and 80486 computer systems only; it
  17.        does not work on 80286 or 8088 systems. It works with the MS-
  18.        DOS HIMEM.SYS and EMM386.EXE memory-management utilities only;
  19.        it does not work with third-party utilities, such as Qemm(TM)
  20.        and 386MAX(R).
  21.     
  22.        MemMaker reviews your CONFIG.SYS and AUTOEXEC.BAT files and
  23.        then optimizes them by loading terminate-and-stay-resident
  24.        (TSR) programs and installable device drivers into the memory
  25.        area between 640 kilobytes (K) and 1 megabyte (MB)--which is
  26.        called the upper memory area (UMA). Before you run MemMaker,
  27.        verify that all device drivers are being loaded properly and
  28.        that any hardware they control is also functioning correctly.
  29.        To run MemMaker, type "memmaker" (without the quotation marks)
  30.        at the MS-DOS command prompt, and press ENTER.
  31.        
  32.        Read each screen and follow the instructions listed. During
  33.        this process you are prompted to choose either Express Setup or
  34.        Custom Setup. We recommend using the express mode of MemMaker
  35.        Setup initially. Setup prompts you to verify that your
  36.        applications require expanded memory. If you are unsure, refer
  37.        to your software documentation.
  38.        
  39.        MemMaker reboots your machine twice while it determines the
  40.        optimal configuration. When it has chosen a configuration, a
  41.        screen reports how much memory was available before you ran
  42.        MemMaker and how much is available now. If the displayed memory
  43.        is not what you expect or need, press the ESC key to undo
  44.        changes made by MemMaker.
  45.        
  46.        If you accepted the changes made by MemMaker and now want to
  47.        undo them, type "memmaker /undo" (without the quotation marks)
  48.        at the MS-DOS command prompt, and then press ENTER.
  49.        
  50.        For more information about MemMaker, please refer to the
  51.        "Managing Your System" chapter of the "Microsoft MS-DOS 6
  52.        User's Guide."
  53.  
  54.  2. Q. After MemMaker rebooted my computer, the computer stopped
  55.        responding ("hung"). How can I correct this problem?
  56.     
  57.     A. MemMaker tries to use UMA locations that it determines are
  58.        free. If your machine hangs, note any error messages that are
  59.        displayed, then restart your computer. MemMaker detects that
  60.        your computer is being restarted before the optimization is
  61.        complete and displays a screen listing possible reasons for the
  62.        interruption and instructions for resuming or quitting the
  63.        optimization. Accept the default options to continue.
  64.  
  65.        For more information regarding MemMaker, please refer to the
  66.        "Making More Memory Available" chapter of the "Microsoft MS-DOS
  67.        6 User's Guide."
  68.        
  69. 3.  Q. I am using the Multi-config commands and I want to optimize my
  70.        system. Are there any special precautions I should take?
  71.  
  72.     A. MemMaker views the CONFIG.SYS and AUTOEXEC.BAT files as a
  73.        single unit. When you run MemMaker, it removes all references
  74.        to memory managers and the FILES, BUFFERS, and DOS commands. It
  75.        then adds the following commands to the top of the CONFIG.SYS
  76.        file:
  77.  
  78.           device=c:\dos\himem.sys
  79.           device=c:\dos\emm386.exe <settings>
  80.           buffers=<setting>
  81.           files=<setting>
  82.           dos=umb
  83.           lastdrive=<setting>
  84.           fcbs=<setting>
  85.  
  86.         NOTE: The setting values for BUFFERS, FILES, LASTDRIVE, and
  87.         EMM386.EXE are determined by MemMaker based on your
  88.         configuration.
  89.  
  90.        Because of this design, MemMaker cannot optimize CONFIG.SYS and
  91.        AUTOEXEC.BAT files that use Multi-config commands.
  92.        
  93.        To optimize multiple configurations using MemMaker, you must
  94.        have separate configuration files for each item on your
  95.        multiple configuration menu, and run MemMaker on each set of
  96.        files. This is a complex process. Refer to the "Making More
  97.        Memory Available" chapter of the "Microsoft MS-DOS 6 User's
  98.        Guide" for instructions about using MemMaker with multiple
  99.        configurations.
  100.        
  101.        For more information on the multiple configuration commands,
  102.        refer to the "Configuring Your System" chapter of the
  103.        "Microsoft MS-DOS 6 User's Guide."
  104.  
  105.        For more information on MemMaker, refer to the "Making More
  106.        Memory Available" chapter of the "Microsoft MS-DOS 6 User's
  107.        Guide."
  108.  
  109.  4. Q. I have a SCSI hard disk drive. When I try to run MemMaker, the
  110.        program hangs. How can I correct this problem?
  111.     
  112.     A. This problem may occur if a device driver loads into upper
  113.        memory before the SMARTDrive double_buffer driver.
  114.     
  115.        To work around this problem, use the following steps:
  116.     
  117.        1. Restart your computer (if you haven't already done so).
  118.        
  119.        2. When MemMaker prompts you for input, choose Cancel And Undo
  120.           Changes.
  121.        
  122.        3. Open your CONFIG.SYS file in MS-DOS Editor and add the
  123.           following line to the beginning of the file:
  124.     
  125.              device=c:\dos\smartdrv.exe /double_buffer
  126.     
  127.            NOTE: If this line already appears in your CONFIG.SYS file,
  128.            make sure it is the first line.
  129.     
  130.        4. Save your CONFIG.SYS file.
  131.        
  132.        5. Try running MemMaker again.
  133.     
  134.        If the above procedure does not correct the problem, refer to
  135.        the "Making More Memory Available" chapter of the "Microsoft MS-
  136.        DOS 6 User's Guide" for information about troubleshooting
  137.        problems with MemMaker.
  138.  
  139. 5.  Q. MemMaker does not complete its process. What could be causing
  140.        this problem?
  141.     
  142.     A. Your system may be calling a batch file or menu program from
  143.        your AUTOEXEC.BAT file that is preventing MemMaker from
  144.        finishing.
  145.  
  146.        To work around this problem, use the following steps:
  147.        
  148.        1. Open your AUTOEXEC.BAT file in MS-DOS Editor and use the REM
  149.           command to remark out any batch files or menu programs.
  150.     
  151.        2. Save your modified AUTOEXEC.BAT file and then quit MS-DOS
  152.           Editor.
  153.        
  154.        3. Run MemMaker again.
  155.        
  156.            NOTE: If you receive the MemMaker error message "Invalid
  157.            Session ID," delete all MEMMAKER.STS files from drive C,
  158.            remove any MemMaker commands from the CONFIG.SYS and
  159.            AUTOEXEC.BAT files, and then run MemMaker again. You can
  160.            search for all MEMMAKER.STS files by typing "dir
  161.            c:\memmaker.sts /s" (without the quotation marks) at the MS-
  162.            DOS command prompt and pressing ENTER.
  163.  
  164.                                    
  165.  
  166. r's
  167.        Guide."
  168.  
  169.