Page 1 of 1

windows shortcut breaking batch script

Posted: 25 Jan 2023 15:54
by lazna
Using windows shortcut CRTL+ALT+C for Connect (and CTRL+ALT+D for Disconnect) wifi network for long time, but now discovered it breaking batch script if this running in active window on keypress time. This probably ingnore ALT key and act in same way as CTRL+C.

Trying to avoid such behaviour have remapped shortcut to CTRL+SHIFT+C, but same results with only difference the message "& was unexpected at this time." instead of "Terminate batch job (Y/N)?" is displayed.

Could anyone sugest me "safe" shortcut which have letter "C" at its end (simply because C-Connect is really deep in my memory), and not breaking running batch scripts?