Dos command: del


command Description
del /S *.html Delete all .html files in the directory where the command is issued and its subdirectories.
del /S/Q *.html Delete all .html files in silent mode (no confirmation needed) in the directory where the command is issued and its subdirectories.