How to start a process and wait for exit in Powershell
To start a application and wait for exit in Powershell you can use the following snippet. Sample Powershell for more informations take a look at the MSDN Start-Process
All the Code Snippets and Samples you need
To start a application and wait for exit in Powershell you can use the following snippet. Sample Powershell for more informations take a look at the MSDN Start-Process