Windows NT File Manager: Run .DOC File Does Not Open Document

Last reviewed: February 5, 1998
Article ID: Q110865
The information in this article applies to:
  • Microsoft Word for Windows, version 6.0
  • Microsoft Windows NT operating system version 3.1

SYMPTOMS

When you run a .DOC file from Windows NT File Manager (for example, double- click on a .DOC filename) Word 6.0 for Windows starts but does not load the .DOC file.

If you run a .DOC file while Word is already running, the document is opened in Word.

STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

WORKAROUND

To work around this problem, use the following steps to modify the .DOC file association:

  1. Start Windows NT File Manager.

  2. From the File menu, choose Associate.

  3. Select .DOC from the "Files with Extension" option.

  4. Choose Change Type.

  5. The Command option in the Change File Type window will read something like:

          C:\WINWORD\WINWORD.EXE /w
    

    Add a "%1" (without the quotation marks) just before the "/w" so that it looks like the following example:

          C:\WINWORD\WINWORD.EXE %1 /w
    

  6. Choose OK and then choose Close.

MORE INFORMATION

Under Windows, if Word is not running when you run a .DOC file, Word starts and then a DDE command is sent to Word instructing it to open the file.

Under Windows NT, the DDE command is sent to Word only if Word is already running. Adding the %1 to the command line, instructs Windows NT to include the name of the document inside the instruction that starts Word. Using this, Word opens the document.

If Word is already running, Windows NT correctly uses the DDE instruction to instruct Word to open the document.


KBCategory: kbenv
KBSubcategory:
Additional query words: 6.0 w_nt opening dynamic data exchange
word6 failed fails blank

E
Keywords : kbinterop kbenv
Version : 6.0
Platform : WINDOWS


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: February 5, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.