Open multiple data file and run each with assigned script
Hi All,I have the following script that will prompt to open a data file and then a script to auto run once I hit OK box.Names Default To Here( 1 );
New Window( "Data and Limits file",
<<modal,
Spacer Box( size( 10, 10 ) ),
Text Box( "Choose A Data File:" ),
// below showing directory of D:\JMP_test
BB1 = Button Box( "Pick file",
D = Pick File("Pick a file","D:\JMP_test");
If( D != ""...