System.StartProcess
Skip to content
mnscript
bool System.StartProcess(string, string) 

Description ​

Executes a MNScript .mscx file

Arguments ​

string - The directory containing the program.
string - The program file name.

Returns ​

bool - True if the program was successfully started.

Example ​

msc
using System;

System.StartProcess("r/documents", "MyProgram.mscx");