-
Notifications
You must be signed in to change notification settings - Fork 668
Description
On program exit filec.exe process does not terminate- it continues to run in the background:
If I manually terminate filec.exe process and then restart File Centipede the program shows message that filec.exe is not running:
Clicking Launch button starts the process and the program runs fine.
This isn not a big deal but I expect when I exit a program all the associated processes to be terminated and when I start the program all the associated processes to be started automatically.
So in my opinion it would be better if:
- when File Centipede exits the program terminates filec.exe process automatically;
- when File Centipede starts the program restarts filec.exe process automatically;
This will mean that File Centipede exits clearly- no processes are running in the background after program exit and that File Centipede automatically initiates the needed process filec.exe on restart without the need to manually launch it.

