Folders

  • Thread starter Thread starter windowshelp
  • Start date Start date
W

windowshelp

Is there a way to make a mass amount of folders at once from a list of names
that I have?
 
windowshelp said:
Is there a way to make a mass amount of folders at once from a list of names
that I have?

At a command prompt:

for /f "usebackq delims=" %a in ("c:\folderlist.txt") do md "%a"

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top