I'm trying to execute some program:
exec -ignorestderr "bin/tecs-software-suite-2.5/JackCompiler.bat" "$current_file"
the program writes to the stderr, so tcl shows an error dialog similar to it's ordinary errors. I don't want that, I simply want it's error output(all it's output) to be in a TK label. I added an ignorestderr but it doesnt work. (I work with activetcl 8.5.8, Windows 7)
Thanks