Trying to run a command like:
“Python.exe” with argument “c:file.py” that contain the script :
<code>i=0
while i>=0:
print(i)
i=i+1
</code>
<code>i=0
while i>=0:
print(i)
i=i+1
</code>
i=0
while i>=0:
print(i)
i=i+1
this should give an infinite output, but instead, all the Application freeze and i can’t stop the process !!
Synchronise output without freezing gui