06-14-2016 08:02 AM
Hi
I have the following sequence in the Teststand 2013
1. Setup
"Call Executable" call a java program in a cmd window. --> This step is working
2. Main
A .Net dll call the java program "n" times --> This step is working
3. CleanUp
How to close the cmd window openned by "call executable"?
Tks
Solved! Go to Solution.
06-14-2016 08:11 AM
You can create another call executable step. The File Pathname is TASKKILL and the arguments are "/F /IM cmd.exe /T". This will close all open cmd windows.