Windows XP Con Folder

Hi Pranesh,

It isn't possible unfortunately, and here's some explanation why :):

http://www.theinquirer.net/?article=27053

It's not that weird. 'con' is a reserved word from the old DOS days, simply meaning 'console'. If you wanted to create a new text file in DOS you could type 'copy con newfile.txt' meaning copy from the console to newfile.txt. This would let you type some lines and when you ended the file with ^Z (DOSish for 'end of file') you would have a file called newfile.txt containing whatever you wrote in the console. This is indeed still possible in the Windows XP console, and can you see what mess it would cause if you let files or folders have the name 'con'? What would 'copy con newfile.txt' then mean? BSOD?
 
Hmm, actually - I've just tried making this at the command prompt (type cmd from the run menu) and it does seem to work:

mkdir C:\con\
mkdir \\.\C:\con
 
praneshmunna has been a naughty boy & been made to stand in the corner.:p
Only here a few hours before he got banned!
happywave.gif
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top