How to make folders and files list in a folder
- Run a command prompt.
Click Start botton, type "cmd" in the search box and Push the enter key. - Change your folder to a targeted folder.
Type "cd [here is the file path to a targeted folder]" - Save the folders and files list of the targetd folder into a text file.
Type "dir /b > list.txt" . the list will be saved into the text file "list.txt".
Comments
Post a Comment