Using Long Filenames with the Run Command

Last reviewed: February 6, 1997
Article ID: Q139427
The information in this article applies to:
  • Microsoft Windows 95
  • Microsoft Windows NT Server version 4.0
  • Microsoft Windows NT Workstation version 4.0

SYMPTOMS

If you click Run on the Start menu and then type a command including a long filename with an embedded space in the Run dialog box, one of the following symptoms may occur:

  • You receive the following error message:

          Cannot find <filename> (or one of its components). Make sure the
          path and filename are correct and that all required libraries are
          available.
    
  • An incorrect folder is opened or the wrong file is run.

CAUSE

Commands containing long filenames with embedded space characters must be enclosed in quotation marks in the Run dialog box.

Note that long filenames that do not contain embedded spaces are processed correctly.

RESOLUTION

To resolve this issue, use either of the following methods:

  • To use a command including a long filename with an embedded space character in the Run dialog box, you must enclose the entire command in quotation marks. For example, to run the command

          c:\program files\accessories\mspaint.exe
    

    you must type the following line in the Run dialog box (including the quotation marks:

          "c:\program files\accessories\mspaint.exe"
    
  • In the Run dialog box, use the 8.3 alias for any folder or filename that contains embedded spaces. For example, instead of typing

          "c:\program files\accessories\mspaint.exe"
    

    in the Run dialog box, you could type:

          c:\progra~1\accessories\mspaint.exe
    

    In this example, "progra~1" is the 8.3 alias for the long filename "program files."

STATUS

This behavior is by design.

MORE INFORMATION

When you type a long filename with embedded spaces without quotation marks in the Run dialog box, the filename is truncated at the first space when the command is processed.


KBCategory: kbui
KBSubcategory: ntui prodnt svrwksta win95
Additional reference words: 4.00 4.0 95 LFN


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