12-22-2017 01:39 AM
12-22-2017 02:09 AM
So you have a parameterized batch file? Try passing to System Exec+ the file path with the correct parameters concatenated on the command line.
Another possibility is to create (using file output functions) and run another batch, complete with parameters, that will run the first one.
12-22-2017 09:31 AM - edited 12-22-2017 09:37 AM
Build the command with all the parameters you need line and put it in a batch file, then run the batch file
Here is an example