REM File: HTMLtools-batch-Maps.bat - do all parameter lists in batchFlip.doit
REM This generates the flipped tables (.txt and .html) with 3 hyperlinked headers

echo "HTMLtools-batchFlip.bat"

pwd
date /T 

java -Xmx512M -classpath .;.\HTMLtools.jar HTMLtools -batchProcess:batchFlip.doit

echo "-- Finished converting the files ---"

date /T 
