Pages
(Move to ...)
Home
Popular posts
Java coding
Table content
Contact
▼
Thursday, October 07, 2010
create a folder named "con", "prn", "nul" in windows without any space
IF u create folder named
con , prn , or nul
...it wont be created
To do this ,
Go to
cmd prompt
type
cd\
den type
md\\.\c:\con
file will be created and you can find it in c Drive
to Remove replace
"md" with "rd"
Done
So simple... :)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment