Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. swanup

    Tcl/tk parallel execution

    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"...

Part and Inventory Search

Back
Top