Collections:
Other Resources:
Find File with Partial Name with DIR
How to find Find Files with Partial File Name with DIR command?
✍: FYIcenter.com
You can use the "DIR file_name /S" command to find files with partial file name.
For example, if you are looking for the location of a Word document of your old resume, on your computer, you can use these command:
C:\>cd \
C:\>dir *resume* /A-D /S
C:\...\System-Analyst
37,376 resume-v2.doc
2018-01-31, ∼9156🔥, 0💬
Popular Posts:
What is "Telephony" in my Windows XP service list? And how is "Telephony" service related to TapiSrv...
How to tell Apache server to transform (rewrite) URL? Assuming that you have your Apache server runn...
What is "Interactive Services Detection" in my Windows 7 service list? And how is "Interactive Servi...
Why don't my playlists work on my new computer? An entry in a playlist uses a "relative path" to ide...
How to start and stop a Windows XP service? If you want to start or stop a Windows service, you can ...