#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
}

Discover more from Tips and Hints for Aerospace Engineers

Subscribe now to keep reading and get access to the full archive.

Continue reading