List all your files just in one click
Today I am sharing
with you an important windows tips and tricks. Many times we want to list all
the files in a single list. If you do it manually, you must spend a huge time
to complete it correctly. But, my windows tips and tricks help you create all
your list just in a one click.
Why it’s important?
Suppose, you have a huge collection of audio song or movies
and you want to get all your movie list. So, it is important to list all of
your collection and it helps you collect all the list at a single click.
What do you think?
Do you think, it is a software or application? No, it isn’t
a software. It is just a batch file. You can make it easily.
How can you make the
Batch file?
Just open the notepad and paste the below code and must save
it any name with the .bat extension.
dir /a /b /-p /o:gen >C:\WINDOWS\Temp\file_list.txt
start notepad C:\WINDOWS\Temp\file_list.txt
How I use it to make
list?
It is very easy to make a list of your all collections. Just
copy the batch file in the destination folder, which folders all file list you
want to make. When you double click the batch file a notepad open and there you
see the all file names with a list. What are you seeing? It’s amazing. Now
enjoy it.
It’s very easy to use. If you cannot make the list or face
any problem, don’t be hesitated to comment here.


