Hello guys,
I'm trying to open a .exe file and insert multiple inputs.
the problem is that when I open the file it requests each input at a time, like thin
(starting program in the prompt mode of windows)
insert input 01: ##(here I should insert an input and ##press enter if I were using the program in the prompt ##mode)
insert input 02: ##(here I should insert the second ##input and press enter if I were using the program in ##the prompt mode)
the first input is a file that has all data that the program need to calculate;
the second file has the outputs of the file.
Is there anyway that I could manage this file using python?
I'm trying to open a .exe file and insert multiple inputs.
the problem is that when I open the file it requests each input at a time, like thin
(starting program in the prompt mode of windows)
insert input 01: ##(here I should insert an input and ##press enter if I were using the program in the prompt ##mode)
insert input 02: ##(here I should insert the second ##input and press enter if I were using the program in ##the prompt mode)
the first input is a file that has all data that the program need to calculate;
the second file has the outputs of the file.
Is there anyway that I could manage this file using python?
Comment