This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by keeper
Sat Feb 05, 2005 6:22 pm
Forum: Archive
Topic: Shell command output trouble
Replies: 3
Views: 1884

Thanks :)
by keeper
Sat Feb 05, 2005 5:56 pm
Forum: Archive
Topic: Shell command output trouble
Replies: 3
Views: 1884

Shell command output trouble

I kinda new to tcl coding but by searching this great forum i mangare to almost made it work bind pub "-|-" !pp ping_proc proc ping_proc {nick uhost handle channel arg} { set nr [lindex $arg 0] set target [lindex $arg 1] set i [exec /bin/ping -c $nr $target] fileevent $i readable "out...