Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › General › Tcl on windows (shebang format)
I have a copy of Active Tcl on my PC for learning purposes.
I am having trouble on setting up a file shebang.
What do I use for C:Tclbintclsh85?
#!????????
Our Cloverleaf engine is on RedHat and there it’s not an issue.
I’m pretty sure Windows doesn’t care about the “shebang” line (unless you are using Cygwin or something like that). If you want to be able to click on a TCL file and run it, you use Windows file association.
That works, thanks