Is there anyway to do an exec call in TCL and ignore error messages from app? i.e: exec telnet $host If telnet errors out not able to connect, the script breaks down. I need to ignore any errors from telnet.