REM File: HTMLtools-batchList.bat - do all of the parameter lists in batchList.doit
echo "HTMLtools-batchList.bat"
pwd
date /T
REM Note adjust the -class path so that the HTMLtools.jar is visible
REM to the Java class path.
java -Xmx256M -classpath .;.\HTMLtools.jar HTMLtools -batchProcess:batchList.doit
echo "-- Finished converting the files ---"
date /T