Executing Python programs with Run Program()
I am having an issue that should be related to the nested calls I am doing. RunProgram() --> cmd --> Python The following bat file works perfectly fine. set JMP_PYTHON_PTH=%UserProfile%\miniconda_JMP\
CALL %JMP_PYTHON_PTH%\Scripts\activate.bat %JMP_PYTHON_PTH%
start /B /wait "" python test.py And yet, when using RunProgram() the code fails unless I add the absolute path to the Python file (test...