I have a problem and I would really appreciate any kind of help!I am using PyQt4 and Python.I have a batch file.I am trying to make a PyQt4 gui where I will press a button,the batch file will start running,somehow I will collect only some of the batch's output in a txt file , I will process these results and then they will be shown in the gui.I have two questions:
1)Is there any way to link the batch file with a button in PyQt so that I can launch it through the gui (by pressing the button)?
2)Is there anything that I can add into my PyQt code that will collect the batch's output into a txt file? Thank you!