directory - How to delete files in multiple unknown folders from a single bat file? -


suppose don't know names of folders in directory. want delete .exe file in folders single bat file. command? possible?

cd ? del *.exe  

try do

del /s *.exe 

/s stands delete subfolders (deltree)


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -