[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] exec in tcl






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.