@echo off rem This is a batch file for windows 2000. rem It launches swing gui application from build directory. cd build start /MIN javaw net.sourceforge.jpassgen.JPassGenGUI cd ..