In batch, I want to delete all files *.bak in various folders on disk c:\\. Can anyone help me?
c:\\
ex.:
all c: del *.bak /s /a
It can be a single command.
del /s /q /f c:\*.bak