msdos dir for subdirectories

Shell
# Windows - cmd specific

# syntax 
dir /s <search-string>

# example (to find any files/folders with names containing "hoto", like Photo)
dir /s *hoto*
dir [<Drive>:][<Path>][<FileName>] [...] [/p] [/q] [/w] [/d] [/a[[:]<Attributes>]][/o[[:]<SortOrder>]] [/t[[:]<TimeField>]] [/s] [/b] [/l] [/n] [/x] [/c] [/4]

Source

Also in Shell: