Executing .bat files using Run Program()
I am trying to execute a .bat file from JSL but it does not work as expected. What am I missing? https://www.jmp.com/support/help/en/15.1/#page/jmp/run-external-programs.shtml rp = RunProgram( Executable( "cmd.exe" ),
Options( {"C:\temp\myfile.bat"} ),
ReadFunction("text") // returns all text
);
//"Microsoft Windows [Version xxx]
//(c) 2018 Microsoft Corporation. All rights reserved.
//
// C:...
natalie_
jay_holavarri