1@echo off
2
3REM alltest.cmd - execute all test cases
4REM
5REM (c) 1998-2003 (W3C) MIT, ERCIM, Keio University
6REM See tidy.c for the copyright notice.
7REM
8REM <URL:http://tidy.sourceforge.net/>
9REM
10REM CVS Info:
11REM
12REM    $Author$
13REM    $Date$
14REM    $Revision$
15
16for /F "tokens=1*" %%i in (testcases.txt) do call onetest.cmd %%i %%j
17