I learned a new thing in C#, so it’s time to write a (small) blog again. This time it is about starting other programs. Starting an executable Sometimes, you need to start an external executable on your server. This can be a PowerShell script, some Python code, or an .exe file. Let’s not dwell on…