Forum Discussion
torus
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
6 months agoRegular 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))
}
Related Content
- 8 years ago
- 8 years ago
Recent Discussions
- 14 hours ago