I'm wondering if I can run a jsl remotely and give it a directory right away...
I have a jsl script that uses a directory of a file and executes some commands. I would like to send it the directory of the file in a simple way where gui's wouldn't be involved (hopefully).
this is how i execute a jsl script from my PC at the moment:
os.system('cd "C:/Program Files/SAS/JMP/14/" && jmp.exe "directory_to_script\blah.jsl"')
wondering if sending another line of code would send it the directory? Any clue, or any ideas to how to do this in a clean way?