提交 a62cbb54 编写于 作者: W william.liangf

DUBBO-162 增加bat启动脚本

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@837 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 418ce4cb
@echo off & setlocal enabledelayedexpansion
set LIB_JARS = ""
set LIB_JARS=""
cd ..\lib
for %%i in (*) do set LIB_JARS=!LIB_JARS!;..\lib\%%i
cd ..\bin
if ""%1"" == ""debug"" goto debug
if ""%1"" == ""jmx"" goto jmx
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册