Re: command line completion bug when filename starts with "["
- From: "Wesley Vogel" <123WVogel955@xxxxxxxxxxx>
- Date: Fri, 10 Mar 2006 17:22:10 -0700
Also...
Reserved Names (reserved device names)
[[Do not use the following reserved device names for the name of a file:
CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9,
LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these
names followed by an extension, for example, NUL.tx7.
Windows NT: CLOCK$ is also a reserved device name. ]]
from...
Naming a File
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/naming_a_file.asp
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:DE6E3BD2-FB1A-4E99-9DEE-E70C21F79479@xxxxxxxxxxxxx,
Calin Iaru <CalinIaru@xxxxxxxxxxxxxxxxxxxxxxxxx> hunted and pecked:
Thanks, it's interesting. What about "con", why can't I create a directoryhttp://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cmd.mspx
called "con" as in
md con
?
Best regards,
Calin
"Wesley Vogel" wrote:
File and directory name completion correctly processes file names that
contain white space or special characters if you place quotation marks
around the matching path.
The following special characters require quotation marks: & < > [ ] { }
^ = ; ! ' + , ` ~ [white space]
Paste the following line into the Start | Run box and click OK...
hh ntcmds.chm::/Cmd.htm
or see..
Cmd
just above the formatting legend.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:1DF40A12-E377-4A8F-ADE4-99A3630D82AE@xxxxxxxxxxxxx,
Calin Iaru <CalinIaru@xxxxxxxxxxxxxxxxxxxxxxxxx> hunted and pecked:
Hi all,
- create a file named [a].txt
- open command prompt
- goto the directory where [a].txt resides
- type "[" character and use autocompletion to have expanded the
rest of the name
Instead of completing to [a].txt, it will expand to ["[a].txt"
Best regards,
Calin
.
- References:
- Re: command line completion bug when filename starts with "["
- From: Wesley Vogel
- Re: command line completion bug when filename starts with "["
- Prev by Date: Re: bios problem
- Next by Date: Re: Hardware Restart
- Previous by thread: Re: command line completion bug when filename starts with "["
- Next by thread: Re: bios problem
- Index(es):
Relevant Pages
|