How to Define Separate Memory Space for MOM Applications

Last reviewed: September 16, 1996
Article ID: Q140865
The information in this article applies to:
  • Microsoft Office Professional & Bookshelf, version 4.3-CD
  • Microsoft Office Professional, versions 4.0, 4.3, 4.3-CD
  • Microsoft Office Standard, versions 4.0, 4.2, 4.2-CD
  • Microsoft Windows NT, versions 3.5, 3.51

SUMMARY

This article describes how to customize the properties of a 16-bit program that is started from the Microsoft Office Manager (MOM) toolbar so that it can be run in its own memory space.

MORE INFORMATION

To specify separate memory space for programs that you start from the MOM toolbar, do the following:

  1. Create the following batch file.

    NOTE: The following example uses Microsoft Excel. You should modify the path to reflect the program and path for the application whose properties you are changing.

    a. Using a text editor such as Windows Notepad, create a new document

          that contains the following text:
    

             start /separate /b d:\msoffice\excel\excel.exe
             exit
    
          NOTE: You may need to modify the path in the above example.
    
       b. Save and close the document. For this example, save the batch file
          as Sample.bat in the C:\Bat directory.
    
    

  2. Start MOM if it is not already running.

  3. Click the Microsoft Office button on the toolbar and then click Customize.

  4. Select the Toolbar tab, and then click the Add button. Fill in the fields as follows:

          Description:  Custom Excel
          Command Line:  c:\bat\sample\bat
          Working Directory:  Specify the location of your choice.
          Button Image:  Choose the desired image.
    

  5. Click OK twice.


KBCategory: kbusage
KBSubcategory:

Additional reference words: 4.20 4.30 4.30-cd 4.00 4.20-cd mom separate
separate winnt




THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 16, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.