Friday, October 16, 2009

DOS CON Folder

Generally we can't create a folder named "con".
But with the help of dos we can create the "con" folder.
First of all go to the root directory like e:\ and then use the command
md \\.\\e:\con
And to delete this directory use the command
rd \\.\\e:\con

No comments:

Post a Comment