Here's an odd situation. Sometimes I'm in the TCC window and I might just type "appwiz.cpl" or "timedate.cpl" to bring up the appropriate Control Panel applet. I noticed after trying 36.0.55 that it no longer works and I get an error "This file does not have an app associated with it..."
However it works fine in 36.0.52 for example, and I've used it this way a lot over the years.
If I run "ASSOC" I can see this with either version, so the .CPL is correctly associated as far as I can tell:
.cpl=cplfile
Other associations that I often launch from the TCC prompt are things like "services.msc" to launch that MMC, however in that case, I have a line in my TCStart.btm:
rem *** enable .msc files to be launched by mmc
set .msc=mmc.exe
It's just odd that the CPL thing has always just worked until 36.0.55. If that's by design, no worries, I'm sure I can add something like this to my startup batch... just tested, and it does indeed work:
set .cpl=control.exe
However it works fine in 36.0.52 for example, and I've used it this way a lot over the years.
If I run "ASSOC" I can see this with either version, so the .CPL is correctly associated as far as I can tell:
.cpl=cplfile
Other associations that I often launch from the TCC prompt are things like "services.msc" to launch that MMC, however in that case, I have a line in my TCStart.btm:
rem *** enable .msc files to be launched by mmc
set .msc=mmc.exe
It's just odd that the CPL thing has always just worked until 36.0.55. If that's by design, no worries, I'm sure I can add something like this to my startup batch... just tested, and it does indeed work:
set .cpl=control.exe