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, ∼3158🔥, 0💬
Popular Posts:
A collection of 8 tutorials on Internet connections with DSL modems covering: What are required to u...
A collection of 39 tutorials on understanding and managing Windows startup programs - Part II Contin...
How to use .htaccess file with Apache server on Window systems? Assuming that you have installed the...
A new tab called "Boot" is added in "msconfig" tool on Windows Vista and Windows 7. What is this "Bo...
Can I disable Windows service "HTTP SSL" to speedup my computer? Windows service "HTTP SSL" - This s...