Egad, the "coolio" UI* designers at Microsoft strike again. I apologize for this bad data:

Quote Originally Posted by Me (Bob)
Almost, the program and command line need to be separate arguments:

RunProgram("cscript", "C:\\Users\\Public\\Public Documents\\RigRunner\\rr-ap.js 1 1 1 x x");

I know this but it didn't hit me..... Looking at the location of the rr-ap.js script in the Windows 10 File Finder



VOILA! The real path. Not "Public Documents" but "Documents", so

RunProgram("cscript", "C:\\Users\\Public\\Documents\\RigRunner\\rr-ap.js 1 1 1 x x");