Tool Command Language (Tcl) for Windows
2026-02-23
Written by: xiaobin
TCL is a generic “Bash” that is not bundled with an operating system.
It provides shell operations for installing package tools (e.g., InstallShield, Wise, NSIS) and operating systems.
c:\tcl32
c:\tcl
Untar or unzip the source archive.
cd win
nmake /f makefile.vc INSTALLDIR=c:\tcl32 release
nmake /f makefile.vc INSTALLDIR=c:\tcl32 install
rename
tclsh90.exe rename tclsh.exe
add path
Add c:\Tcl\bin to your %PATH%.