Executing Jsl file through a program
Hi,
I have .bat file that executes a jsl script. Jsl script needs to be run by "my_app.py"
OTH; I want to call this bat file in another jsl file.
By following posts below;
Question about using .bat file to execute .JSL script
Running a JSL script within another JSL script
call .exe, let it run and open another .jsl after .exe closed
Tried; Run program
Run Program("c:\python-x64\python-
...