从Control-M

时间:2016-03-28 08:04:33

标签: windows powershell control-m

Power shell脚本返回特定的退出状态,Control-M无法读取但退出的状态不同。请告诉我们如何以与power shell脚本返回的退出状态相同的方式退出Control-M作业。

2 个答案:

答案 0 :(得分:2)

Exit <custom error codes>将从脚本

返回自定义返回代码

答案 1 :(得分:0)

除此之外,通常最好通过.bat文件调用Power Shell脚本。 E.g。

  1. 拥有一个&#34;命令&#34;的Control-M作业并在命令字段中有这个 -
  2. C:\ Program Files \ BMC Software \ Control-M Agent \ Default \ Scripts \ PS_log_check.bat

    1. 然后.bat文件应指向您的Power Shell脚本 -
    2. powershell -command&#34;&amp; &#39; C:\ Program Files \ BMC Software \ Control-M Agent \ Default \ Scripts \ PS_log_check.ps1&#39;&#34;