TCC/LE full changelog
TCC/LE 35.0.21
released Jun 24, 2025 (New Release)
Many performance and security optimizations.
Added Regular Expression support for Unicode property notation (pL etc.).
Removed the ActiveScript Perl support, because ActiveState no longer distributes or supports it. This means no more internal / embedded Perl support in TCC, because the Perl distributions unfortunately have a number of serious / fatal bugs when embedded in Windows apps.
TCC now includes Everything Search 1.5. See EVERYTHING (below) for details.
F1 in the command history, directory history, and filename completion popup windows now displays help for those windows (instead of generic TCMD / TCC help).
If you have SettingChange=YES in your TCMD.INI, and TCC receives a WM_SETTINGCHANGE message with a PATH update, TCC will clear the executable file mapping (see MAPEXE).
All of the command dialogs now support F1 for help (as well as the existing "Help" button)
Added Regular Expression support for Unicode property notation (pL etc.).
Removed the ActiveScript Perl support, because ActiveState no longer distributes or supports it. This means no more internal / embedded Perl support in TCC, because the Perl distributions unfortunately have a number of serious / fatal bugs when embedded in Windows apps.
TCC now includes Everything Search 1.5. See EVERYTHING (below) for details.
F1 in the command history, directory history, and filename completion popup windows now displays help for those windows (instead of generic TCMD / TCC help).
If you have SettingChange=YES in your TCMD.INI, and TCC receives a WM_SETTINGCHANGE message with a PATH update, TCC will clear the executable file mapping (see MAPEXE).
All of the command dialogs now support F1 for help (as well as the existing "Help" button)
TCC/LE 35.0.20
released Jun 19, 2025 (New Release)
Many performance and security optimizations.
Added Regular Expression support for Unicode property notation (pL etc.).
Removed the ActiveScript Perl support, because ActiveState no longer distributes or supports it. This means no more internal / embedded Perl support in TCC, because the Perl distributions unfortunately have a number of serious / fatal bugs when embedded in Windows apps.
TCC now includes Everything Search 1.5. See EVERYTHING (below) for details.
F1 in the command history, directory history, and filename completion popup windows now displays help for those windows (instead of generic TCMD / TCC help).
If you have SettingChange=YES in your TCMD.INI, and TCC receives a WM_SETTINGCHANGE message with a PATH update, TCC will clear the executable file mapping (see MAPEXE).
All of the command dialogs now support F1 for help (as well as the existing "Help" button)
Added Regular Expression support for Unicode property notation (pL etc.).
Removed the ActiveScript Perl support, because ActiveState no longer distributes or supports it. This means no more internal / embedded Perl support in TCC, because the Perl distributions unfortunately have a number of serious / fatal bugs when embedded in Windows apps.
TCC now includes Everything Search 1.5. See EVERYTHING (below) for details.
F1 in the command history, directory history, and filename completion popup windows now displays help for those windows (instead of generic TCMD / TCC help).
If you have SettingChange=YES in your TCMD.INI, and TCC receives a WM_SETTINGCHANGE message with a PATH update, TCC will clear the executable file mapping (see MAPEXE).
All of the command dialogs now support F1 for help (as well as the existing "Help" button)
TCC/LE 35.0.15
released May 14, 2025 (New Release)
Many performance and security optimizations.
Added Regular Expression support for Unicode property notation (pL etc.).
Removed the ActiveScript Perl support, because ActiveState no longer distributes or supports it. This means no more internal / embedded Perl support in TCC, because the Perl distributions unfortunately have a number of serious / fatal bugs when embedded in Windows apps.
TCC now includes Everything Search 1.5. See EVERYTHING (below) for details.
F1 in the command history, directory history, and filename completion popup windows now displays help for those windows (instead of generic TCMD / TCC help).
If you have SettingChange=YES in your TCMD.INI, and TCC receives a WM_SETTINGCHANGE message with a PATH update, TCC will clear the executable file mapping (see MAPEXE).
All of the command dialogs now support F1 for help (as well as the existing "Help" button)
Added Regular Expression support for Unicode property notation (pL etc.).
Removed the ActiveScript Perl support, because ActiveState no longer distributes or supports it. This means no more internal / embedded Perl support in TCC, because the Perl distributions unfortunately have a number of serious / fatal bugs when embedded in Windows apps.
TCC now includes Everything Search 1.5. See EVERYTHING (below) for details.
F1 in the command history, directory history, and filename completion popup windows now displays help for those windows (instead of generic TCMD / TCC help).
If you have SettingChange=YES in your TCMD.INI, and TCC receives a WM_SETTINGCHANGE message with a PATH update, TCC will clear the executable file mapping (see MAPEXE).
All of the command dialogs now support F1 for help (as well as the existing "Help" button)
TCC/LE 34.1.26
released Feb 20, 2025 (New Release)
Many security, performance & size improvements.
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
TCC/LE 34.0.21
released Jan 21, 2025 (New Release)
Many security, performance & size improvements.
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
TCC/LE 34.0.19
released Jan 17, 2025 (New Release)
Many security, performance & size improvements.
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
TCC/LE 34.0.18
released Jan 16, 2025 (New Release)
Many security, performance & size improvements.
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
TCC/LE 34.0.17
released Jan 15, 2025 (New Release)
Many security, performance & size improvements.
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
The command dialogs Attributes dialog now supports the Integrity (ReFS only) and "No Scrub Data" (ReFS only) attributes.
TCC will clear the ENABLE_VIRTUAL_TERMINAL_INPUT flag from STDIN after running external apps. (There's at least one badly-behaved app out there that is setting it but not clearing it when it exits.)
TCC has a new pseudo-character device. TMP0: - TMP9: are similar to CLIP-: - CLIP9:, but are a little faster because they always work in UTF16 (so they don't translate to/from ANSI), and they don't need to access the Windows Clipboard (for CLIP0:). They also do not rotate like CLIPn: when something is pasted to the Windows Clipboard. Like CLIPn:, TMPn: values are local to the current session of TCC.
Prefixing a command name with a * will now ignore library function name matches (as well as the previous behavior of ignoring alias name matches).
TCC/LE 14.00.9
released Aug 30, 2019 (New Release)
TCC/LE 25.00.24
released Nov 12, 2019 (New Release)
TCC/LE for Windows 7 - free download notice
Windows 7 Download periodically updates software information of TCC/LE from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX MediaTrans
63% Off -
WinX DVD Ripper
50% Off -
MacX Media Management Bundle
70% Off -
WinX MediaTrans
63% Off -
WinX DVD Copy Pro
42% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Windows 7 Service Pack 1 7601.17514.1011
- Advanced SystemCare 19.1.0.176
- Smart Game Booster 5.3.1.692
- The Dude 7.20.6 Stable
- Windows Access Panel 1.0
- Windows 7 Manager 5.2.0
- Windows 7 Manager (x64bit) 5.2.0
- Windows 7 Manager (x32bit) 5.2.0
- Windows Logon Notifier 1.0
- Argus Monitor 7.3.3 Build 3132
- Portable Wise Registry Cleaner 11.3.0 Build 732
- Autoruns for Windows 14.11
- Windows 7 Logon Changer 1.1
- Advanced SystemCare Professional 14.2.0
- AVG-PC Tuneup 24.4 Build 17418
- Argente Utilities 3.0.4.4
- CCleaner 7.3.1120.0 Ad-suppor
- Advanced Serial Data Logger Enterprise 5.1.2 build 1224
- WinGuggle 2.5
- IObit Uninstaller Portable 14.4.0.3
Popular Tags
clean
optimizer
vista
registry
defrag
boost
spyware
speed
utility
backup
disk cleaner
tune
ram
uninstall
startup
security
faster
cleaner
registry cleaner
windows
performance
disk
tweak
optimize
repair
system
cpu
memory
driver
remove
Popular Windows 7 Software
- Avro Keyboard 5.6.0.0
- Ghostscript (x64 bit) 10.03.1
- iTop Data Recovery 5.5.0.844
- Windows 7
- Windows 7 Service Pack 1 7601.17514.1011
- iTop Easy Desktop 4.0.0.231
- Advanced SystemCare 19.1.0.176
- Smart Game Booster 5.3.1.692
- iTop PDF 3.6.0.4
- GoodSync2Go 12.9.19.9
- The Dude 7.20.6 Stable
- Atlantis Word Processor 5.0.0.15
- IObit Uninstaller 15.2.0.2
- Miraplacid Text Driver Terminal Edition 8.0
- Miraplacid Text Driver 8.0
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



