Saturday, 31 August 2013

How to create and delete con name folder?

How to create con name folder?

1. open the command promt .
2. write this command     md\\.\d:\con
  md  is the main directory.
D : is the drive name where are you want to create con name folder.

How to remove con name folder?

1. open the command promt .
2. write this command     rd\\.\d:\con
  rd  is the read directory.
D:is the drive name where are you want to create con name folder.