【发布时间】:2016-03-24 08:19:46
【问题描述】:
我的脚本只需登录 RTC,然后接受更改集,以便我的本地存储库更新到最新并准备好构建。
lscm login ... (the rest omitted)
lscm accept ... (the rest omitted)
lscm logout ... (the rest omitted)
如果我在命令 shell 中一一运行这些命令,它们就可以正常工作。
但是,如果我将它们保存在 .bat 中并批量运行它们,则在第一个命令(登录)完成后执行将停止。
我做错了什么?
【问题讨论】:
标签: batch-file rational-team-concert