for /f "tokens=*" %%a in ('dir /b /s *.html') do tidy --doctype strict --output-xhtml yes --char-encoding utf8 --newline lf --clean yes --escape-cdata yes --indent auto --indent-attributes no --join-classes yes --show-errors 99 --tidy-mark no --wrap 0 --write-back yes "%%a" | echo file: %%a
@echo .
@echo .
@dir *.html /o:d