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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tmccann2

  1. tmccann2

    Redirecting stdout

    Hello: Within a tcl script, I'm sourcing another tcl script. I'm trying to redirect the output of the sourced tcl script to a file. Here is the code I've written to attempt this: set fd [open $OutFileName a] puts $fd [source Master.tcl] close $fd OutFileName has been defined eariler in the...

Part and Inventory Search

Back
Top