REM File: HTMLtools-ConverterGUI.bat - start the Converter with the graphical user interface echo "HTMLtools-ConverterGUI.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 -gui echo "-- Finished converting the files ---" date /T