I am new to TCL. I excute TCL code via: "tclsh85 FOD/Scripts/program1.tcl
" from DOS window under Windows Vista.
program1.tcl
included a "set junk [tproc $a]
" and this give "invalid command name tproc
".
tproc
is defined in program2.tcl
which is in directory "c:a/b/lib
". What do I need to do to have TCL find the proc when I run "tclsh85 FOD/Scripts/program1.tcl
"?