Summary: Learn how to pause a Windows PowerShell script.
How can I pause a Windows PowerShell script?
In Windows PowerShell 3.0 use the pause function, as shown here.
23:10 C:> pause
Press Enter to continue…:
23:11 C:> Read the full text.
Summary: Learn how to pause a Windows PowerShell script.
How can I pause a Windows PowerShell script?
In Windows PowerShell 3.0 use the pause function, as shown here.
23:10 C:> pause
Press Enter to continue…:
23:11 C:> Read the full text.