Freeware for creating folders with restricted names

nisargshah95

Your Ad here
Hi guys, I recently came across this software called Concu which can create folder names such as Con, Prn, Aux, Nul, Lpt1, Com1. Works on Windows 95/98/Me/2000/XP/Vista/NT.

Concu - Free software downloads and software reviews - CNET Downloads​
 

topgear

Super Moderator
Staff member
I liked this one - might be useful in future - so added it in my collection anyway, thanks for sharing ;-)
 

Vyom

The Power of x480
Staff member
Admin
Looks like a school project of a student.

One can use the following command to force create the folder through Command Prompt:
Code:
md \\.\[Path]\con
eg: if you want to create the folder in D: drive, then use following command at command prompt:
Code:
md \\.\D:\con
 
Top Bottom