如何将这个.bat 执行文件改成.sh 的 shell 脚本 10
echooffcd../binsetlib=../lib/setlibpath=.setinterfaceURL=http://192.168.11.22/happy/w...
echo off
cd ../bin
set lib=../lib/
set libpath=.
set interfaceURL=http://192.168.11.22/happy/ws/wether/request
set userName=zhangsan
set authCode=a123456
set libpath=%libpath%;%lib%commons-codec.jar
set libpath=%libpath%;%lib%commons-lang.jar
set libpath=%libpath%;%lib%geronimo-jms_1.1spec-1.0.jar
set libpath=%libpath%;%lib%geronimo-jaxws_2.1_spec-1.0.jar
set libpath=%libpath%;%lib%jaxp-api-2.1.jar
set libpath=%libpath%;%lib%jaxen-1.1-beta-7.jar
echo on
java -cp %libpath% com/csdc/happy/webservice/client/happyTester %interfaceURL% %userName% %authCode%
pause 展开
cd ../bin
set lib=../lib/
set libpath=.
set interfaceURL=http://192.168.11.22/happy/ws/wether/request
set userName=zhangsan
set authCode=a123456
set libpath=%libpath%;%lib%commons-codec.jar
set libpath=%libpath%;%lib%commons-lang.jar
set libpath=%libpath%;%lib%geronimo-jms_1.1spec-1.0.jar
set libpath=%libpath%;%lib%geronimo-jaxws_2.1_spec-1.0.jar
set libpath=%libpath%;%lib%jaxp-api-2.1.jar
set libpath=%libpath%;%lib%jaxen-1.1-beta-7.jar
echo on
java -cp %libpath% com/csdc/happy/webservice/client/happyTester %interfaceURL% %userName% %authCode%
pause 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询