Creating folders within folders is a nasty job with a very high probability of you screwing it up.Fortunately there are a few tools available which can make this relatively easier for you.The first uses an app called text 2 folders where as the other involves the windows BAT method.
Text 2 Folders method:
This is probably a very straight forward App where you can make multiple folders & nest it without any hiccups.All you have to do is to choose a root folder & then where you want to create the subsequent folders.Lets say that we are creating a folder which will contain “Music”, ‘Videos”, “Pictures”, and “Documents” and within documents there will be 2 more folders then all you have to do is append the suffix "/" after the document and repeat it for as many folders as you want.Pretty simple isn't it?
Now save the file & open the Text 2 Folder app and navigate to the saved txt file and on clicking create folders,it will create them for you automatically as shown below:
Using the Batch(BAT) method:
First create a root folder,create a text file and then add the details in the following format: md <folder name>/<sub-folder name>.For instance this will look like:
md Music
md Videos
md Pictures
md Documents
md C:\User\Test\Desktop\AddictiveTips\Documents\Home
For creating subfolders you may need to enter fullpath of the parent folder followed by the
the sub-folder name.Now save the file as a filename.bat instead of filename.txt.Just double click it and see the folders get created in the single click.
Although both the methods are useful I would prefer the Text 2 folder method as it is more time efficient.get it from here
Incase of any issues feel free to contact me
Text 2 Folders method:
This is probably a very straight forward App where you can make multiple folders & nest it without any hiccups.All you have to do is to choose a root folder & then where you want to create the subsequent folders.Lets say that we are creating a folder which will contain “Music”, ‘Videos”, “Pictures”, and “Documents” and within documents there will be 2 more folders then all you have to do is append the suffix "/" after the document and repeat it for as many folders as you want.Pretty simple isn't it?
Now save the file & open the Text 2 Folder app and navigate to the saved txt file and on clicking create folders,it will create them for you automatically as shown below:
Using the Batch(BAT) method:
First create a root folder,create a text file and then add the details in the following format: md <folder name>/<sub-folder name>.For instance this will look like:
md Music
md Videos
md Pictures
md Documents
md C:\User\Test\Desktop\AddictiveTips\Documents\Home
For creating subfolders you may need to enter fullpath of the parent folder followed by the
the sub-folder name.Now save the file as a filename.bat instead of filename.txt.Just double click it and see the folders get created in the single click.
Although both the methods are useful I would prefer the Text 2 folder method as it is more time efficient.get it from here
Incase of any issues feel free to contact me
No comments:
Post a Comment