All folder file names to a txt file?

  • Thread starter Thread starter Aaron Jones
  • Start date Start date
A

Aaron Jones

I would like to make a single .txt file containing the names of all the files in
a single Windows Explorer folder. There must be a way to do this, but so far I
haven't been able to figure one out.
 
Hi, may this will help you => run next string in command prompt:
dir /b > filelist.txt
 
msnews.microsoft.com said:
Hi, may this will help you => run next string in command prompt:
dir /b > filelist.txt

Perfect. Did exactly what I needed. Thank you so much.
 

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

Back
Top