Hey there everyone,
I'm working in windows, writing a python program which runs various programs through command line and pipes the outputs of one into the next program. All the programs accept all instructions in one line then run. I've been using the os.system command to run these. One program though does not work in this manner - it prompts the user for the input file name/location then once it receives this, prompts with the name and desired location of output, etc., until it receives all the information necessary to run. Just providing all the necessary information separated by newlines has not been working and I was hoping that perhaps someone might have suggestions as to how I can make this happen?
Any assistance would be greatly appreciated.
Thank you so much!