Trying to run a command like:
"Python.exe" with argument "c:\file.py" that contain the script :
i=0
while i>=0:
print(i)
i=i+1
this should give an infinite output in the richtextbox, but instead, all the Application freeze and i can't stop the process !!
Trying to run a command like:
"Python.exe" with argument "c:\file.py" that contain the script :
this should give an infinite output in the richtextbox, but instead, all the Application freeze and i can't stop the process !!