This is probably a very simple question, but I have problems with it. Basically, I'm trying to write a batch file, and I need it to display all the files in a specific directory. The dir command will do this, but also provide a ton of other information; I want it to display ONLY file names and exclude something else.
I want the result to look like this:
file1.txt file2.txt file3.txt
Thanks in advance!
batch-file
user3558570 Apr 22 '14 at 19:56 2014-04-22 19:56
source share