powershell 永远不会结束PowerShell中的进度条

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 永远不会结束PowerShell中的进度条相关的知识,希望对你有一定的参考价值。

$target = 100
$progress = 0

For ($i = 0; $i -lt $target; $i++)
{
    $progress = $progress + ((100 - $progress) / 20)
    Write-Progress -Activity ‘progress’ -Status (“ {0:N0} %” -f $progress) -PercentComplete $progress
    Wait-Event -Timeout 1
}

以上是关于powershell 永远不会结束PowerShell中的进度条的主要内容,如果未能解决你的问题,请参考以下文章

sql Powershell Migration工具http://stackingcode.com/blog/2011/10/12/database-migrations-with-powershel

powershell 来自https://stackoverflow.com/questions/31051103/how-to-export-a-class-in-powershell-v5-mod

PowerShe 使用证书签名 ll脚本

构建永远不会结束

等待本地主机...永远不会结束

RxJS 订阅永远不会结束