@echo off if not "%GSDLHOME%" == "" goto compile echo You must run 'setup' in the top level folder of your Greenstone installation before running this script goto exit :compile: javac -cp xalan.jar;. *.java :exit: