How to exit an application in C# and VB.NET
To exit an application in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
All the Code Snippets and Samples you need
To exit an application in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
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
To kill a process in Batch you can use the snippets below. If you dont know how to retrieve the PID you can use our other snippet List all Processes…