04-15-2016 05:29 AM
04-15-2016 05:39 AM
04-15-2016 01:01 PM
There are two ways to do that:
1) create a batch file with these commands and start that from System Exec.
2) use 3 seperate System Exec calls, one for each command.
04-17-2016 08:49 PM
04-18-2016 03:18 PM
use "cmd /c build.bat", System Exec is not a dos command shell but only a process launch. As such it needs to get an executable as parameter that can be instantiated by Windows. cmd is the DOS command line interpreter.
04-18-2016 06:28 PM
Possibly a silly question, but are you able to run multiple commands by seperating them with an &?
http://digital.ni.com/public.nsf/allkb/4AF9BB1ECC5DD0308625722E00834050
I think there was a bug report on the forums recently where this wasn't working on Windows 10 for whatever reason but that is how I normally see this done.
04-18-2016 08:51 PM
04-18-2016 08:54 PM