Posts by Lucas Luan • 21 points
3 posts
-
0
votes1
answer103
viewsQ: Help with Subprocess and Thread
I made a code that each subprocess call is executed by a different Thread, but they execute the same method with same parameters. You could call these subprocesses using Thread but passing different…
-
0
votes0
answers96
viewsQ: Search using Thread
I am looking for files using threads, the code I developed looks for the right file , but it turns out that it does not finish the execution when it finds , or if it does not find it continues…
-
2
votes2
answers590
viewsQ: Saving result in txt file
Guys how would I save the output from the program to txt file ? in the example I call cmd and ask you to accomplish something, wanted to save the result in a text file. import…