一键打包
echo ========================1.copy project file to a temp file============================================d:rd /s/q d:\v_webDemomd v_webDemoxcopy D:\studyspaces\v_webDemo\WebContent D:\v_webDemo /excopy D:\studyspaces\v_webDemo\build D:\v_webDemo\WEB-INF /eecho ========================2.#copy project file to tomcat webapps file====================================cd D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\bincall shutdown.batcd D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\webappsrd /s/q D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\webapps\v_webDemomd v_webDemoxcopy D:\v_webDemo D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\webapps\v_webDemo /eecho ========================3.let's start tomcat==========================================================cd D:\software\apache-tomcat-6.0.37-windows-x64\apache-tomcat-6.0.37\bincall startup.batrd /s/q d:\v_webDemoecho ========================4.start Explorer and test==========================================================cd D:\software\SogouExplorerSogouExplorer.exe http://127.0.0.1:8080/v_webDemo/pause
?