REM File: HTMLtools-SearchGUI.bat - start the database search with the graphical user interface
echo "HTMLtools-SearchGUI.bat"
pwd
date /T
REM Note adjust the -class path so that the HTMLtools.jar is visible
REM to the Java class path.
java -Xmx512M -classpath .;.\HTMLtools.jar HTMLtools-searchGui
echo "-- Finished converting the files ---"
date /T