Search for a directory in command prompt

Code examples

1
0

find A folder IN COMMAND line

# Search for any file or folder with "search text" inside its name.
# you can change "search text" to your desired word or words
# just dont remove the "*" inside it.
dir "search text*" /s


# For more practise you can change the position or add more of "*" to
# search for different results. lile:
dir "sear* text*" /s

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................