Hi guys,
Special names such as (CON) can be used as folder names! Here is how:
1- Goto DOS
2- Type MD \\.\C:\CON. The folder will be created.
You can check it in Windows Explorer also, but you can’t delete it directly.
In order to delete it:
1- Goto DOS
2- Type RD \\.\C:\CON
In short, use the network path syntax instead of absolute path syntax.
If any one told you it is impossible to make folder named (CON) Now you can say with confidence that it is not true…
Do you find this interesting!!!