Solved
Forum Discussion
torus
2 years agoFrequent Contributor
To anyone else who comes to this discussion, MW_Didata's example is VBScript. Thanks MW_Didata for the information and example code!
MW_Didata
2 years agoSuper Contributor
oops you're right, I meant to post this one
function RunBatch(Batfile, WaitJN)
{
Log.Message("Running Batchfile '" + (Batfile) + "'", "");
Sys.OleObject("WScript.Shell").Run ((Batfile), 1, (WaitJN))
}