I have a python program running in an infinite loop.
I'd like to be able:
- To run the program in Windows Command Prompt (that is simple).
- Keep it running in the background even if I close the cmd.
- Reopen cmd into the (still running) program.
- And still be able to use cmd for other commands.
Basicaly when closed it should go to the system tray and be able to be reopened, because the program sometimes requires interaction.
And would the solution be the same if I were to convert the script to exe?
I apologise if I over-complicated the question :)
Ideas / suggestions would be appreciated.
Thanks