独立于C#应用程序运行Powershell脚本

时间:2016-11-10 12:18:08

标签: c# powershell

代码的目的是:将一个整数值秒传递给Powershell脚本,然后将该脚本用于告诉Powershell脚本等待然后重新启动控制台应用程序。

问题:Powershell脚本实例存在于应用程序内部。这意味着当我想要退出应用程序并让脚本继续运行时,应用程序将等待脚本完成。

PowerShell psExec = PowerShell.Create();
psExec.AddCommand(@powershellScriptLocation);
psExec.AddArgument(Convert.ToInt32(CalculateTimeToWait().TotalSeconds));
psExec.Invoke();

1 个答案:

答案 0 :(得分:1)

你可能需要这样的东西:)

<div id="outer-box" class="1st">
<img class="1st" src="img/sofa2.jpg">
<div id="animate1" style="display: none; position: absolute; bottom: 0; left: 0;">
    <img class="1st" src="img/chotu.png" style="height:300px; width:200px;" />
</div>
<div class="2nd 1st" style="display:none; position:absolute; bottom:0;   left:0">
    <img src="img/hand.png" style="width:200px; height:300px;">
</div>
<div class="3rd 1st" style="display:none; position:absolute; bottom:0; left:0">
    <img src="img/handyh.png" style="width:180px; height: 150px;">
</div>
</div>