COMMAND.COM Parses Long Filenames to 8.3 StandardLast reviewed: August 30, 1996Article ID: Q126672 |
The information in this article applies to:
SYMPTOMSWhen you copy a file to a file whose long filename contains a plus sign (+) at an MS-DOS command prompt in Windows 95, COMMAND.COM parses the long filename into an MS-DOS 8.3 standard filename. For example, if you type
copy vxd__.ini vxd++.inithe destination file is actually named INI. This behavior occurs whether you type the command at an MS-DOS command prompt in Windows 95 or you boot the computer in the previous version of MS- DOS installed on the computer and then type the command.
RESOLUTIONPlace the last argument on the command line in quotation marks to use the long filename. For example, type
copy vxd__.ini "vxd++.ini"to create a destination file called VXD++.INI.
STATUSThis behavior is by design.
MORE INFORMATIONIf you do not use quotation marks around the long filename, the filename is parsed by COMMAND.COM, and COMMAND.COM sees the plus sign as a filename separator. For example, typing
copy a+b ccopies the files A and B together into a single file called C. Typing
copy "a+b" ccopies the file A+B to a file called C.
|
KBCategory: kbusage kbui
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |