I want to know how to make a batch file list files, but in text form, just as you would make it say hello world using the echo command. I don't want it to create another file, but if it is needed, I will create a folder for it.
Here is the command that will create a text file:
dir /b > filelist.txt