Execution of batch files from event table
Posted: Wed Apr 25, 2012 8:52 pm
I'm using a method which involves executing multiple batch files from the event table. When these files are executed, the command prompt window briefly appears until the batch file finishes. I am concerned about accidentally closing this window or entering text accidentally if it pops up at the wrong time as well if interference with other tasks. I would like the batch files to be executed with the command prompt window minimized or hidden. I've tried using the windows "start /min xxx.bat" command line function by putting it into the parameter field for the "run program" event, but clarity fails to execute the file. I've also tried to execute a shortcut (.lnk) file with "run minimized" checked as an option, but with no luck. Is there a way to get Clarity to execute the programs minimized or hidden (at least in the case of .bat files). I've looked for ways to handle this using windows, but the "start /min" command line option was all I could find.