Monday, September 10, 2012
Create Multiple Folders And Sub-Folders Easily In One Go
Using
Batch (BAT) Command
The First method for creating
multiple folders requires using the Batch (BAT) file. First you create a root
folder in which you want your other folders to appear. Once done, create a text
file in root folder and enter the md command in following way.
md <folder
name>/<sub-folder name>
For example,
md Music
md Videos
md Pictures
md Documents
md C:\User\Test\Desktop\AddictiveTips\Documents\Home
md Videos
md Pictures
md Documents
md C:\User\Test\Desktop\AddictiveTips\Documents\Home
Labels:
Important Topics,
Junk
Subscribe to:
Posts (Atom)