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 TouchToneTommy 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: *

  • Users: clandestin
  • Content: Threads
  • Order by date
  1. clandestin

    "child process exited abnormally"

    Hello I have a curious problem with exec. I use this command to find out the status of a process. But even if the same command gives the right output when executed from command-line, using it with exec gives this: child process exited abnormally here is the line: catch {exec ps aux | grep...
  2. clandestin

    Piping application output

    Hello, I'm trying to start an application with a tcl proc and catch the output of that application into a file. For now I could only manage to start it like this: set output [catch { exec myprogram } ] set output_file [open "$env(HOME)/.output.log" "w"] puts $output_file $output close...

Part and Inventory Search

Back
Top