@echo off :init if "%1"=="" goto :help if "%1"=="" goto :help goto main goto eof :main @mvn archetype:create -DarchetypeGroupId=com.easyjf.easyjweb -DremoteRepositories=http://dl.easyjf.com/maven2 -DarchetypeArtifactId=easyjweb-basic-%1 -DarchetypeVersion=1.0 -DgroupId=com.myeasyjf.%1 -DartifactId=%2 goto eof :help echo ejf crud myapp echo ejf initial myapp goto :eof :eof explorer %2