Trouble with running tcl files in tkcon and Tclsh

I’m unable to run a tcl script directly from tclsh and tkcon in windows. See the attached image.

skyviper,

See if you can invoke a tcl shell by using notepad (or some other editor) to create a helloworld.tcl file and then running the following command:
tclsh helloworld.tcl

More ideas of how to test if Tcl is installed properly on your system can be found here; Running Tcl

Let us know the results.