proc StartAllProtocols {} { puts "\nStartAllProtocols ..." catch {ixNet exec startAllProtocols} errMsg if {$errMsg != "::ixNet::OK"} { puts "\nStartAllProtocols failed: $errMsg\n" return 1 } ixNet commit after 5000 return 0 } # ixNet exec stopAllProtocols