I have a Windows CMD that runs a python process. That process at the same time runs more processes using python multiprocessing, and threads.
All the prints output of that processes goes to the same CMD window. It's any way to hide all the processes output ?
I tried to do it using the next CMD command but it doesn't hide the output.
start "time_tester" C:\Windows\system32\cmd.exe /k C:\Python26\python.exe time_test.py > nul