Collections:
Other Resources:
Find Folder Location with DIR
How to find a folder location with DIR command?
✍: FYIcenter.com
You can use the "DIR dir_name /AD /S" command to locate a folder by the folder name.
For example, if you are looking for the location where Chrome is installed on your computer, you can use these command:
C:\>cd \
C:\>dir *chrome* /AD /S
C:\Program Files (x86)\Google
<DIR> Chrome
C:\Program Files (x86)\Java\jre6\lib\deploy\jqs\ff
<DIR> chrome
C:\Users\fyicenter\AppData\Local\Google
<DIR> Chrome
C:\Users\fyicenter\AppData\Local\Google\Chrome\User Data\Default\Storage\ext
<DIR> chrome-signin
2018-01-31, ∼3206🔥, 0💬
Popular Posts:
How to download PHP engine for Windows systems? If you are interested in downloading a copy of PHP e...
What is the "CmRcService.exe" process on windows 7? Is the "CmRcService.exe" process a virus? Can I ...
What files are stored in the "C:\Users\<userid >\AppData\Local\M icrosoft\Windows\Tempor. ..
What is "SPP Notification Service" in my Windows 7 service list? And how is "SPP Notification Servic...
What is the "csrss.exe" process on windows 7? Is the "csrss.exe" process a virus? Can I terminate th...