Hello all ..!!
Today i'll show you some cool windows tricks,which you may don't know..!!
many people say that you cannot create a "CON" folder in windows...!!
I"ll show u how you can create a folder with name "con" "prn" "null" etc.
follow these steps..!
1. Open "cmd" with administrative privileges.
2. Go to the directory where you want to create the folder by using "cd" command which is used to change the directory.
for ex. if u want to create the folder in the 'D" drive of your computer then type : "cd d:" or simply "d:" and hit 'enter"
3. Then type "md\\.\d:\con" and hit enter.
4. Now go to your D: drive and check there...there is a folder named as "con" will be created.
5. Simply it you want to remove that directory just type in command prompt "rd\\.\d:\con" and hit enter.
your folder will be removed from that drive..!
similarly you can make folders named as "prn" and "null" also...!
wow..its such a cool trick.
ReplyDeletelet me inform u something u can't delete that created "con" folder directly , u need to remove that folder by command prompt only..!
using the rd\\.\path\con command.
thanks-
anonymous