Hi
I am trying to ivoke one tcl from another tcl file
I have two tcl files called ( compile.tcl, sim.tcl)
and one text file list.txt
Script:
#compile.tcl
#!/usr/bin/tcl
set dir "../bin"
set f [open $dir/list.txt r]
while {1} {
gets $f line
puts "SIMULATION STARTS "...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.