I have a shell that is opened and I'm running some commands there.
my python file should also run 1 command there
How can I do it without opening this shell again ? (I want to use the already opened one)
thanks a lot!
editing : It's an .exe that I compiled and i'm opening and running some "init" functions. I want my python script for example to to something like: "func(path to the .exe, commans to execute)" and when using the path - it will use the exsiting .exe