Share via

Is there a way to create multiple subfolders all at once?

Anonymous
2012-07-25T23:59:11+00:00

I want to create several new sub-folders in  a folder all at once, then add file to each later rather than creating one sub-folder at a time

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Anonymous
    2012-07-26T00:27:52+00:00

    1 Write a simple text file as shown below & save it as WhateverYouWant.bat - this is a "batch file"

    MD NewFolder1

    MD NewFolder2

    MD NewFolder3

    & so on

    2 Put the batch file somewhere convenient as a permanent home [assuming that you are going to use it several times in different locations]

    3 Copy the batch file to the folder where you want to create the subfolders this time

    4  Double-click the batch file to run it

    5  Check results & delete the local copy of the batch file

    Or have I misunderstood your requirement?

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful