#174 Run all tcl scripts in the given folder
set dir "D:/projects/tcl/test174/tcl_files"
foreach script [glob -nocomplain -dir $dir *.tcl] {
source $script
}
Last Updated on 2021-10-04 by gantovnik
Sep 20, 2021 | tcl | 0 comments
#174 Run all tcl scripts in the given folder
set dir "D:/projects/tcl/test174/tcl_files"
foreach script [glob -nocomplain -dir $dir *.tcl] {
source $script
}
Last Updated on 2021-10-04 by gantovnik
Subscribe now to keep reading and get access to the full archive.
Recent Comments