The information in this article applies to:
SYMPTOMSWhen an application is installed along a path that contains a space (as in C:\Program Files\MyApp) and you double-click a data file registered to MyApp.exe in Explorer (or any other shell), you will only get a short file name on the command line. RESOLUTION
To resolve the problem, place quotation marks around the around the
arguments list in the registry entries, as in this example:
Without the quotation marks, short names are the result. With quotation marks, long file names are the result. This works correctly in Windows 95 and Windows NT 3.51. STATUSThis behavior is by design. MORE INFORMATION
The 8.3 file name specification didn't allow spaces in filenames, so the
system automatically converts long file names to short filenames when no
quotation marks are used to differenciate between a long file name and
a list of short names seperated by spaces.
Additional query words: 4.00
Keywords : kbenv |
Last Reviewed: March 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |