I am trying to use os.system() to call another program that takes an input and an output file. The command I use is ~250 characters due to the long folder names.
Wh
Assuming you're using windows, from the backslashes, you could write a .bat file from python and then os.system() on that. It's a hack.
os.system()