2014-08-08 15:50:12 +00:00
|
|
|
@setlocal
|
|
|
|
@call setexe
|
2014-08-08 16:12:44 +00:00
|
|
|
@set TMPFIL=dir5.html
|
2014-08-08 15:50:12 +00:00
|
|
|
@if NOT EXIST %TMPFIL% (
|
|
|
|
@echo Unable to locate FILE %TMPFIL%
|
|
|
|
@exit /b 1
|
|
|
|
)
|
|
|
|
|
|
|
|
@REM %TMPEXE% -c -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL%
|
|
|
|
@REM %TMPEXE% -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL%
|
|
|
|
|
|
|
|
@call testone
|
|
|
|
|
|
|
|
@echo See %TMPINFO%
|