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
-
WinX MediaTrans
63% Off -
MacX Media Management Bundle
70% Off -
WinX DVD Ripper
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
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.0.1.158
- Smart Game Booster 5.3.1.692
- The Dude 7.20.5 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.2 Build 3122
- Portable Wise Registry Cleaner 11.2.4 Build 729
- 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.3.9
- CCleaner 7.1.1066.0 Ad-suppor
- Advanced Serial Data Logger Enterprise 5.1.0 build 1020
- WinGuggle 2.5
- JottiQ 1.1.1Build39993
Popular Tags
repair
disk cleaner
driver
faster
uninstall
spyware
tune
tweak
ram
startup
remove
registry
memory
boost
disk
optimizer
security
performance
clean
backup
utility
registry cleaner
windows
system
vista
optimize
defrag
cleaner
speed
cpu
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 3.1.0.127
- Advanced SystemCare 19.0.1.158
- Smart Game Booster 5.3.1.692
- iTop PDF 3.6.0.4
- GoodSync2Go 12.9.17.7
- The Dude 7.20.5 Stable
- Atlantis Word Processor 5.0.0.12
- IObit Uninstaller 15.1.0.1
- 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.



