Article status
Question
How to run external executable within BVMS SDK scriplet?
Answer
For more details about how to execute scriplets in the BVMS SDK, please check:
Call .bat files scriplet:
Example for BVMS scriplet
var process = new Process() UseShellExecute = false,
Example for a method to be used in BVMS SDK based C# application public void runExternalBatFile() //this is an example path to the test bat file called HelloWorld.bat var process = new Process() //$ is a short-hand for //C# 6 |
ADVANCED section
Please contact CTS / SG or GK team to view this section from draft space, if necessary
Information below is for CTS, SG, GK reference and must be kept internal only.
If you are part of CTS, SG or GK team, please hide this section when you have finished using this article!
This section will not be published externally and / or automatically downloaded in the PDF file!