Quick way to search and Save it
In our computer it takes lots of time to search a file or folder, and for
that also we have to dig out many folders. So in this tutorial I am going to
post this article by which we can save our time while searching for a particular
file or folder. This trick will save the all sub directory and file names
in text file without browsing the drive or folder.
For e.g
In my computer in c:\movies folder.
I want to search avi files from there and its result want to store in list.txt so you can use following command
dir *.avi /s /b >c:\list.txt
After excution of above command list of avi files will store in list.txt.
Thats it!
No comments:
Post a Comment