run python process in background code example
Example 1: how to make a python file run in the background
#Cmd
C:\..\>cd DIRECTORY
C:\..\DIRECTORY>pythonw python.py
#Close in Task Manager
Example 2: python background process
nohup /path/to/test.py &