Site Overlay

BC Search for Files and Folders with CMD

You can use the following commands to search for Files and Folders with CMD.

This command lets you search line by line

where /r c:Windows *.exe |more

the following command lets you search for files that differ from each other

where /r c:Windows *.exe *.dll *.txt |more

The following command is the same as above, which prints all the different directories at once.

where /r c:Windows *.exe *.dll
image 3
Arif Akyüz Content Producer Cyber Security Expert

Arif Akyüz
Content Producer & Cyber Security Expert
[email protected]

© 2024 Arif Akyüz. Tüm Hakları Saklıdır. Gizlilik politikası
Yasal Uyarı: Bu sitede yer alan makaleler bilgi amaçlıdır ve hatalar içerebilir. Site sahibi, bu bilgilerin kullanımı sonucunda oluşabilecek zararlardan sorumlu tutulamaz.