powershell 如何在PowerShell中编写“按任意键继续”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 如何在PowerShell中编写“按任意键继续”相关的知识,希望对你有一定的参考价值。

Write-Host "This is a test..."

Write-Host
Write-Host "Press any key to continue"
$void = $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")

以上是关于powershell 如何在PowerShell中编写“按任意键继续”的主要内容,如果未能解决你的问题,请参考以下文章

powershell 如何在PowerShell中编写“按任意键继续”

powershell 如何在PowerShell中编写“按任意键继续”

如何在不卸载powershell的情况下,有效禁用/启用powershel

powershell 如何定时执行 ps1

在 PowerShell 中,如何在文件中定义函数并从 PowerShell 命令行调用它?

在python脚本中运行powershell脚本,如何让python在运行时打印powershell输出