ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
10-16-2025 04:11 AM
Hello
In the past when i used Teststand 2014, I started Teststand 2014 with a bat file in minimized form with the command start /min "" "C:\Program Files\National Instruments\TestStand 2014\Bin\SeqEdit.exe" /RunEntryPoint "Test UUTs" "%1"
Now i use Teststand 2019 and command start /min "" "C:\Program Files\National Instruments\TestStand 2019\Bin\SeqEdit.exe" /RunEntryPoint "Test UUTs" "%1" but Teststand 2019 starts but not in minimized window.
So the /min does not work anymore.
Does anyone know how i can start Teststand 2019 with a bat file in minimized form
Thanks in advance
Solved! Go to Solution.
10-16-2025 05:31 AM
The command start /min "" "C:\Program Files\National Instruments\TestStand 2019\Bin\SeqEdit.exe" /RunEntryPoint "Test UUTs" "%1 works now.
M mistake 🙂