Hi team,
I am new to tcl threading, so kindly help me to implement parallel execution of tcl script.
Tried:(Code)
puts "start"
set tid [thread::create ] ;# Create a thread
thread::send $tid {exec c:/windows/system32/notepad.exe &}
puts "end"
current execution flow:
Executing "notepad.exe"...
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.