I discovered that,
with the assistance of Resource Hacker,
I can do a bulk change of the font size in English.dll
Before proceeding,
make a backup of English.dll
It's best to do this with TCMD/TCC closed,
so that the English.dll can be replaced.
First,
extract all of the Dialogs in English.dll to the file dialogs.rc
I did this from the command line;
Read more
with the assistance of Resource Hacker,
I can do a bulk change of the font size in English.dll
Before proceeding,
make a backup of English.dll
It's best to do this with TCMD/TCC closed,
so that the English.dll can be replaced.
First,
extract all of the Dialogs in English.dll to the file dialogs.rc
I did this from the command line;
Code:
ResourceHacker.exe -open "C:\Program Files\JPSoft\TCMD33\english.dll" -save .\dialogs.rc -action...
Read more