I am new to powershell. How to tell powershell not execute next command until the exe installation finished ?
Tried below two commands but dint help. 1. Start-Process -NoNewWindow -Wait 2. ./example.exe -NoNewWindow -Wait
I am new to powershell. How to tell powershell not execute next command until the exe installation finished ?
Tried below two commands but dint help. 1. Start-Process -NoNewWindow -Wait 2. ./example.exe -NoNewWindow -Wait
Duplicate of:
How to tell PowerShell to wait for each command to end before starting the next?
Run an application with PowerShell and wait until it is finished
Shop around next time before you ask, try any of these and consider deleting your question if any resolve your issue