Long Filenames or Paths with Spaces Require Quotation MarksLast reviewed: May 8, 1997Article ID: Q102739 |
The information in this article applies to:
SYMPTOMSThe following error message is given when specifying long filenames or paths with spaces in Windows NT:
The system cannot find the file specified CAUSELong filenames or paths with spaces are supported by NTFS in Windows NT. However, these filenames or directory names require quotation marks around them when they are specified in a command prompt operation. Failure to use the quotation marks results in the error message. RESOLUTION: Use quotation marks when specifying long filenames or paths with spaces. For example, typing the following at the command prompt
copy c:\my file name d:\my new file nameresults in the following error message:
The system cannot find the file specified.The correct syntax is:
copy "c:\my file name" "d:\my new file name"Note that the quotation marks must be used.
MORE INFORMATIONSpaces are allowed in long filenames or paths, which can be up to 255 characters with NTFS. All operations at the command prompt involving long names with spaces, however, must be treated differently. Normally, it is an MS-DOS convention to use a space after a word to specify a parameter. The same convention is being followed in Windows NT command prompt operations even when using long filenames.
|
Additional query words: prodnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |