Just yesterday I wanted to check added/deleted files from hundreds of files in two directories. In the most rude manner I could have taken snap shot of two directories and printed it for manual checking.
But that option was ruled as they were enough to keep busy whole day. So the next thought, what if I could somehow list the files of all directories? Won’t it be easy to list the files in excel sheet and use vlookup to find the missing/new files?
But How do I list the files? I know there are hunderds of freewares on net which will help you to that and hunderds of scripts guiding you to design your own software.
I found the simplest and the most effective solution using DOS.
2 commands and the list is ready for you!
1. Go to Start button> Run
2. Type cmd & press Enter
3. Now, using ‘cd’ command go to the directory which you want to list.
4. Once you are in the dirrectory us following command to create the listing:
dir /b > list.csv
Tada! The list is created in the same directory. Now you can one the file in excel and save it as a .xls file for further use. No software, no installations. A clean, simple way!
That’s for the day!
nJoy.










































