In my previous question I detailed the problem I encountered.
One of the solutions is to simulate a user typing the command in the prompt. I don't know how to do it in .NET, since the usual way of doing this is by using System.Diagnostics.Process
which causes the error.
I wonder if there is any alternative to that class? What are the differences between using that class and typing the command as a user?