Powered by Blogger.

Social Icons

Featured Posts

Print list of files in a directory in Windows

Thursday, July 17, 2014

Open command prompt

run the command to create in a list of files in a file.

dir > filename.txt

It will lists all the files along with the information.

To list only file names run the following command

dir /b > filename.txt

To list  file names in the current & sub directories run the following command

dir /b /s > filename.txt
 

Translate

Popular Posts