- In a python script i want to spawn a process that runs a file in the same directory
- I dont want the python script to be blocked by the new process
- Then want to be able to close the spawned process from the script.
- Ontop of it all i need it to be OS independant.
What is the best of doing this?