Program that makes a text file listing the contents of a directory/folder
Go into your start menu, and type the following:
command
and then press Enter.
Then you just type:
dir /b 'path' > 'file-to-store-listing'
So an example would be:
dir /b c:\windows > c:\windowslist.txt
This would leave a file c:\windowslist.txt with the files in the windows folder.
command
and then press Enter.
Then you just type:
dir /b 'path' > 'file-to-store-listing'
So an example would be:
dir /b c:\windows > c:\windowslist.txt
This would leave a file c:\windowslist.txt with the files in the windows folder.