tidy-html5/test/html5/html4/testcent.bat
2014-08-08 18:12:44 +02:00

15 lines
251 B
Batchfile

@setlocal
@call setexe
@set TMPFIL=center5.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1
)
@REM %TMPEXE% -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL%
@call testone
@echo See %TMPINFO%