In this straightforward tutorial, I will show you the way to print out an inventory of files of a specific folder. there's lots of software programs which may do that, however i believe that the best way to try this is by using Command Promt (cmd).
1. first go to Run window, for that you can use win key + r or can find in start also.
2. now type cmd in run & hit enter, goto the specified folder that you would like to print out with cmd
3. once you find specified folder, with this command dir>list.txt, you´ll produce text document with inventory of files.
i.e.:
There is folder of songs in E Drive and i wanna print all songs names..
In cmd window I´ll type E: and hit enter, then type cd and with TAB findout specific folder songs and hit enter. Then type "dir>list.txt" (without quotes), Now I'll found list.txt file in that perticular folder with path E:\songs, open list.txt & take a print-out of it.
Here is a full video tutorial...
Enjoy.. :)
1. first go to Run window, for that you can use win key + r or can find in start also.
2. now type cmd in run & hit enter, goto the specified folder that you would like to print out with cmd
3. once you find specified folder, with this command dir>list.txt, you´ll produce text document with inventory of files.
i.e.:
There is folder of songs in E Drive and i wanna print all songs names..
In cmd window I´ll type E: and hit enter, then type cd and with TAB findout specific folder songs and hit enter. Then type "dir>list.txt" (without quotes), Now I'll found list.txt file in that perticular folder with path E:\songs, open list.txt & take a print-out of it.
Here is a full video tutorial...
No comments:
Post a Comment