0 notes &
Find files from the Windows command line
Another useful little tip, this time from the Daily Cup of Tech. It is a Windows command line to find all the files on the machine that match a pattern and write the results to a text file.
Pretty basic but very useful for the upgrade that I’m doing today.
dir *.ext /s /b > files.txt