analysis_run.bat 240 Bytes EditWeb IDE 1 2 3 4 5 rem see http://www.mybatis.org/generator/running/runningFromCmdLine.html cd /d %~dp0 call java -classpath .;./* org.mybatis.generator.api.ShellRunner -configfile analysisGeneratorConfig.xml -overwrite echo @@@@@@@@@@@ DONE @@@@@@@@@@@ pause