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
7 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
- 7 years ago
- 8 years ago
Recent Discussions
- 2 days ago
- 7 days ago
- 11 days ago