20111217

How to Create a CON folder in Windows?


What is the reason for this? Simple, these names represent the internal devices and hence we cannot create folders with the above names.
 
YES because it is still possible to create these folders using the command prompt. Here’s the instructions to create it.
 
1. Go to command prompt
2. Type in prompt (FOR EG. TO CREATE CON FOLDER IN E: DRIVE)
C:\>md \\.\e:\con
NOTE: “con” can be replaced by any other names such as “prn”, “nul” “com1″ “com2″ “lpt1″ etc.
 
3. To delete the folder use the following command
C:\>rd \\.\e:\con
NOTE: The folder can only be deleted from the command prompt.You cannot remove it by right-click delete.
jai mAta di

No comments:

Post a Comment

thanks