bat文件执行完第一句后就不执行了
bat文件有几行ant命令,执行完第一个之后,后续的都不执行了,请教各位大神,这是为什么?脚本如下:“@echooff@echo"execute1"ant-fD:\wor...
bat文件有几行ant命令,执行完第一个之后,后续的都不执行了,请教各位大神,这是为什么?
脚本如下:
“
@echo off
@echo "execute 1"
ant -f D:\workspace\Stage\build.xml
@echo "execute 2"
ant -f D:\workspace\SptCommon\build.xml
@echo "execute 3"
ant -f D:\workspace\SptMaster\build.xml
@echo "execute 4"
ant -f D:\workspace\SptBank\build.xml
@echo "execute 5"
ant -f D:\workspace\SptMatch2\build.xml
@echo "execute 6"
ant -f D:\workspace\SptInformation\build.xml
”
执行后的结果里,只能看到"execute 1",execute2没有出现。 展开
脚本如下:
“
@echo off
@echo "execute 1"
ant -f D:\workspace\Stage\build.xml
@echo "execute 2"
ant -f D:\workspace\SptCommon\build.xml
@echo "execute 3"
ant -f D:\workspace\SptMaster\build.xml
@echo "execute 4"
ant -f D:\workspace\SptBank\build.xml
@echo "execute 5"
ant -f D:\workspace\SptMatch2\build.xml
@echo "execute 6"
ant -f D:\workspace\SptInformation\build.xml
”
执行后的结果里,只能看到"execute 1",execute2没有出现。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询