Creation of directory structure using DOS batch
Posted: 02 Jun 2009 07:21
I would like to create a directory as follows
mkdir c:\abc def
(The directory name is 'abc def')
while running this command, two directories abc and def are created in two different folders.
any help will be appriciated.
mkdir c:\abc def
(The directory name is 'abc def')
while running this command, two directories abc and def are created in two different folders.
any help will be appriciated.