yes, run DOS command with ““my batch file.bat”” as the command and a “start in” directory specified. I’m also having to say “program exit code must me 0” which I’d like to see as the default. But that’s a “wish list” not a bug.
The latest FB 5 test build will run multi-word batch files properly. It will only work if you’re not passing any command line arguments to the file. If you’re passing arguments, you’ll need to do the quoting manually (or not have spaces in the batch file name.)
PS The “program exit code must be” function is turned off by default because, despite the fact that 90% of Windows programs respect the zero-as-success model of exit codes, 10% do not.