#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 }
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 }
Subscribe now to keep reading and get access to the full archive.
Recent Comments