GoGreen PC Tune-Up™
Learn More

Insta-Install™
this is how ssl encrypt our websites
MTNCOMP | List View | Table View | myBlog (1767 Entries)
myBlog Home

Blog


Windows command FORFILES to search archive drive for a file and type way back in the day

Microsoft Windows

by Mountain Computers Inc., Publication Date: Sunday, August 16, 2020

View Count: 1038, Keywords: FORFILES, DIR, PATH, ARCHIVE DRIVE, 1997, Hashtags: #FORFILES #DIR #PATH #ARCHIVEDRIVE #1997



I had to look for a true type font file for one of my really old documents, and could not figure out how to find that font on an external archive drive from the 1990s. It was only 250GB maxtor drive, so I used this command to seek and find what I needed.
 
justt launch a CMD prompt either as administrator or user, they both work on external drives where the rights are usually pretty open. if in doubt, administrative CMD prompt is advised.
 
forfiles /p e:\ /m ms*.ttf /c @path /s /d -10/22/1997
 
forfiles- the command
/p - starting directory, for me e:\ drive
/m - matching search mask
/c - is a command option which does try to execute the result yet i added the @path to show the full path. as long as the /m mask is not an msi or exe, you will just get a result error, yet the full path to the file found. don't do with looking for an EXE, COM or MSI or anything that is executable.
/s - search sub directories
/d - date with a fully qualified format mm/dd/yyyy and put a minus sign - to search starting at the date and prior
 
hope that helps. I did not find a good example except the DIR command versus FORFILES was a good find.
 
more to come...
 

if you found this article helpful, consider contributing $10, 20 an Andrew Jackson or so..to the author. more authors coming soon
FYI we use paypal or patreon, patreon has 3x the transaction fees, so we don't, not yet.

© 2024 myBlog™ v1.1 All rights reserved. We count views as reads, so let's not over think it.