REM File: HTMLtools-GSP-EG.bat - convert data.GSPI-EG/EG*.txt to html/*.html

echo "HTMLtools-GSPI-EG.bat"

pwd
date /T 


java -Xmx256M -classpath .;.\HTMLtools.jar HTMLtools data.GSPI-EG/params-GSPI-EG.map


echo "-- Finished converting the file ---"

date /T 
