From time to time I use a third party Wi-Fi Hotspot software from Connectify Inc.
I made a command line button to turn it on and off and would like to be able to toggle the button highlighting as it is easy to forget I have it on.
Leaving it on accidentally causes problems with my phone as I live in a rural area where Satellite Internet is the only option above ancient phone line DSL.
I don't have Starlink yet as I need to go 175 ft ( over 50 meters ) to get a clear view of the southern sky.
Here's what I have with my attempts at the toggle commented out.
Any help is appreciated !
Thanks Much !
You stirred the kettle enough to get me trying a few other things.
I made an alias for C:\Program Files (x86)\Connectify and named it Hotspot at least for now.
I then made two user commands that I named Hotspot_On and Hotspot_Off .
Now that I have this working, with some hindsight I think that it may be better to define User Commands for each executable. This way, I could use the Dopus built in Template Switches Option. It also makes more sense for future uses of these User Commands.
I'll think on it and post tomorrow a hopefully better version of the answer to this.