sagamusix / TBTray

Fixups for Thunderbird's tray icon for Windows
GNU General Public License v3.0
106 stars 13 forks source link

register/unregister cmd files are not working #14

Closed parthi2929 closed 4 years ago

parthi2929 commented 4 years ago

When I click on TBTray it worked, but when I run the cmd files nothing happens. I then opened and check that its almost empty.

For eg, register.cmd in 32-bit only contains below line.

TBTray register

Thinking that my antivirus would have removed, I Checked in a linux VM also, but same content. Kindly help.

sagamusix commented 4 years ago

TBTray.exe does the actual registration. You need to restart the system for it to take effect.

parthi2929 commented 4 years ago

If so, why we have these cmd files at all? what do they serve?

sagamusix commented 4 years ago

They serve the purpose of not having to remember the command-line parameters by heart and not having to teach people how to open a command prompt in the same folder as TBTray.exe and typing TBTray register / TBTray unregister. Ease of use, basically.