Appearance
bool System.StartProcess(string, string)
Executes a MNScript .mscx file
string - The directory containing the program.string - The program file name.
string
bool - True if the program was successfully started.
bool
using System; System.StartProcess("r/documents", "MyProgram.mscx");