Trouvez un dossier dans la ligne de commande

# 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
Jenova