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, ∼3218🔥, 0💬
Popular Posts:
Understanding HelpSvc.exe, "Microsoft Help Center Service" - part of the "Help and Support Center" a...
What is "Net Driver HPZ12" in my Windows 7 service list? And how is "Net Driver HPZ12" service relat...
What is NicConfigSvc.exe process - Internal Network Card Power Management Service? Process nicconfig...
How to remove DVDLauncher.exe from the startup application list to gain performance and reduce secur...
Using Columnar as the layout for a form as shown in the previous tutorial is good to enter new recor...