I need to launch a couple of commands from my WinRT application, like if it were a Command Console, in order to do this, on not WinRT apps the class to be used is System.Diagnostic.Process but on Win RT his class is not available, is there any equivalent class or method that i could use?
Thanks in advance 🙂
You cannot do that from a Windows Store application – those are sandboxed and do not have access to other processes. More details here.