Does anyone know how to control sublime’s background operation namely not allow it? I have a system at work which manages changes list descriptions. I have set it up so that this it runs a command line to launch sublime and edit the description, and it that works fine. The command is ““C:\Program Files\Sublime Text 3\sublime_text.exe” -n -w” the only problem that I have is that the command list description app monitors the process id waiting for it to close. That is to say it waits for the process to end. So i need sublime to launch as a new process and actually stop the process when i close the window. Unfortunately this doesn’t seem to work when i close sublime, the process is still running in the background and I have to Ctrl+alt+del to close it manually. Anyone have any knowledge about this?