方便自己查阅,仅此而已!
@echo off if '%1=='## goto ENVSET
rem 要启动的类名 SET CLSNAME=com.main rem 设定CLSPATH SET CLSPATH=. FOR %%c IN (.\lib\*.jar) DO CALL %0 ## %%c rem 运行 GOTO RUN :RUN java -cp %CLSPATH% %CLSNAME% goto END :ENVSET set CLSPATH=%CLSPATH%;%2 goto END :END
posted on 2009-05-31 09:21 suplayer 阅读(400) 评论(0) 编辑 收藏 所属分类: Windows
Powered by: BlogJava Copyright © suplayer