tidy-html5/test/html5/html4/testbody.bat

17 lines
245 B
Batchfile
Raw Normal View History

@setlocal
@call setexe
@set TMPFIL=bodyatts5.html
@if NOT EXIST %TMPEXE% (
@echo Unable to locate EXE %TMPEXE%
@exit /b 1
)
@if NOT EXIST %TMPFIL% (
@echo Can NOT locate %TMPFIL%! *** FIX ME ***
@exit /b 1
)
@call testone
@echo see %TMPINFO%