FriBiz, Lockerz and LifeClickz Invite

Click on FriBiz and Join Just Post ur Email address
Name:
Email:*
Verification No.:*
contact form faq

Web forms generated by UserSpot Form

Saturday, July 5, 2008

How To Make A Folder With Name CON?


Did you ever tried to create a folder with name con or prn or nul? you cannot create a folder with names con , prn or nul in windows. but you can create folders with thesee names from dos with some special commands

to create a folder with name con in c just type this code in dos

md\\.\\c:\con

if you want to create the same folder in another location just type its adress after md\\.\\

for example if you want to create a folder with name con in a folder named test in d drive, just type the following code

md\\.\\d:\test\con

you can use the same code for creating folders with name prn, nul etc..

No comments: