Start new process in C# Process mayaProcess = new Process();mayaProcess.StartInfo.FileName = "wordpad.exe";mayaProcess.StartInfo.Arguments = mayaScenePath;mayaProcess.Start();mayaProcess.WaitForExit();
Post a Comment
No comments:
Post a Comment