REM File: HTMLtools-batch-GSP-Inventory.bat - do all parameter lists in batch-GSP-Inventory.doit
REM This generates the files need for the Jak-Stat Prospector Web site

echo "HTMLtools-batch-GSP-Inventory.bat"

pwd
date /T 

java -Xmx256M -classpath .;.\HTMLtools.jar HTMLtools -batchProcess:batch-GSP-Inventory.doit

echo "-- Finished converting the files ---"

date /T 
