CMD window for logging never shows up while using RunProgram
I got an issue while using "RunProgram" to call my exe, a CMD window for logging is supposed to appear, but it never shows up.
The CMD window can normally pop up when I manually run it. Is there anyone who can help me solve the issue? Thanks in advance : )
JSL code:
RP = Run Program(
Executable(
exefilepathRoot || "CommonalityEngine\PyScript\get_data_from_cache.exe"
),
Opti...