booksnew/tools/tidybook.bat

11 lines
172 B
Batchfile
Raw Normal View History

2015-07-15 13:15:01 +00:00
@Echo Off
Set DirPath=%1
mkdir %DirPath%\errors
FOR %%i IN (%DirPath%\*.xhtml) DO c:\tools\tidy -file %DirPath%\errors\%%~ni.txt -clean -numeric -asxhtml -m %%i
:EXIT