We cannot make folders of these names because they are reserved for DOS prompt. But we can create and delete those with the help of DOS only.
To create folder named 'con': Go to the command prompt and use the following commands:
To delete folder named 'con': Go to the command prompt and use the following procedure:
Right-click on the folder CON
Go to the Advanced options
Un-check the Index Services then enter the following commands:
or
Regards:
Thakur Rahul Pratap Singh
Developer & Tester
To create folder named 'con': Go to the command prompt and use the following commands:
Code:
c:\>mkdir \\.\c:\con or c:\>md\\.\c:\con
Right-click on the folder CON
Go to the Advanced options
Un-check the Index Services then enter the following commands:
Code:
c:\>DEL \\.\c:\con
Code:
c:\>rmdir \\.\c:\con
Regards:
Thakur Rahul Pratap Singh
Developer & Tester