mirror of
https://gitlab.silvrtree.co.uk/martind2000/booksnew.git
synced 2025-01-11 04:35:11 +00:00
11 lines
172 B
Batchfile
11 lines
172 B
Batchfile
@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 |