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
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