@echo off rem This is a batch file for windows 2000. rem It launches console (text based) application from build directory. cd build java net.sourceforge.jpassgen.JPassGenConsole %1 %2 %3 %4 %5 %6 %7 %8 %9 cd ..