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.

Script to execute commands?

Old posts that have not been replied to for several years.
Locked
I
IDSFA

Script to execute commands?

Post by IDSFA »

Hi, I'm looking for a TCL script that can execute a command on the host OS, and redirect input and output through a DCC chat... so, for example, you could set the script to notice a specific trigger, and then initiate a DCC chat with the person who triggered it, and then have a program running in the window as if it were a telnet or something.

I looked though the TCL archive and couldn't find anything that seemed appropriate... does something like this already exist out there, or would I have to write this from scratch?
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Uses exec command (try .tcl exec command on party-line).
Que?
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

or a catch [exec .....]
Locked