The Quickest Way to Make Several Folders at Once
you can use DOS FOR Quickly create multiple folders
open your DOS prompt current you will be in you c directry
write md c:folder1 folder2 folder3 and enter
Now you can see there will be three new folder name folder1,folder2 and folder3 in your c directry.
if you want create folder nad its sub folder
write md c:folder/subfolder/subfolder
if you want to create new folder in other directry first change direct and then write this code
happy computing :)
No comments:
Post a Comment