Jayich-Lab / tray-launcher

A launcher for Windows that resides in the taskbar for managing .bat scripts.
MIT License
7 stars 1 forks source link

reattaches the processes that tray launcher has opened when the tray launcher is restarted #67

Closed fanmingyu212 closed 2 years ago

fanmingyu212 commented 2 years ago

This is useful for restarting the tray launcher without restarting the processes or losing control over the processes. The most common need case for this is when environment variables are changed.

fanmingyu212 commented 2 years ago

Probably it should save the running processes in a local file under user_folder/.tray_launcher. Note there are a few special cases (which can be solved in increments):

danhuaxu commented 2 years ago

Got it. Will work on this:)

danhuaxu commented 2 years ago

Fixed in #68.