Subject: Re: RunRadisJM Question
Thanks for your help Jim.
I've made a couple minor changes to pick.java and SiProInstallation.java to produce output similar to what I had from my previous Powershell scripts that ran GTR1.
And made a batch file to be run at the command prompt.
C:\RunRadisJM-1.1.2>type screens.bat
java -cp src radis.pick up5x3_m8 -max 10 > myfile.csv
java -cp src radis.pick wk_voom1 -max 10 >> myfile.csv
Output is sent to the myfile.csv file which has one line per screen, starting with today's date and the data date:
C:\RunRadisJM-1.1.2>type myfile.csv
20230923 data=20230913 up5x3_m8 LWAY NATR MRAM ML GIC DESP DSP ITRN LILA GCT
20230923 data=20230913 wk_voom SCYX ADV GEOS TAST DAKT EYPT VRA GASS GCI OSG
This is easy to copy/paste into my existing spreadsheets for further manipulations.
Mark