
Код:
mdm.System.execStdOut('cmd /c start [full_path_to_file]');
Может быть так попробовать?
Или так

Код:
var vbcode = "Function Exec (filename, b,c,d,e)\r";
vbcode += "Set shell = CreateObject(\"WScript.Shell\")\r";
vbcode += "shell.Run filename\r";
vbcode += "End Function\r";
mdm.System.VBScript.execute(vbcode, "Exec", "notepad", "", "", "", "");
Какая версия цинка у вас? Наиболее стабильной мне кажется 2.5.0.34.