ID: q104073
When you put quotes around a filenames in Command Prompt, the command does not complete and error messages appear.
1. Use any text editor, such as Notepad, to create a file called
TEST.TXT in C:\, containing some text.
2. Start Command Prompt (CMD.EXE) from the Main group in Program
Manager.
3. Change to the Root directory of drive C.
4. Run the following commands:
del "c:\test.txt"
ren "c:\test.txt" "c:\testx.txt"
The following error messages appear:
Do not use quotes for the RENAME or DELETE commands, or do not use the full path when renaming or deleting files.
Microsoft has confirmed this to be a problem in Windows NT version 3.1 and Windows NT Advanced Server version 3.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Additional query words: prodnt
Keywords : kbtool
Version : 3.1
Platform : WINDOWS
Last Reviewed: August 14, 1998