<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/16036" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2008-08-19T12:28:08-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/16036</id>

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-08-19T12:28:08-04:00</updated>

		<published>2008-08-19T12:28:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84690#p84690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84690#p84690"/>
		<title type="html"><![CDATA[can i run .exe?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84690#p84690"><![CDATA[
Yup.<br><br>In fact, you have two options:<ol style="list-style-type:decimal"><li>Use the <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/exec.htm" class="postlink">exec</a> command. The command will block until the child process terminates. Thus your eggdrop will stop responding until the command stops blocking, and may cause your eggdrop to disconnect (ping timeout). Any output from the program will be returned once the command completes.</li><li>Use <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/open.htm" class="postlink">open</a> with pipes. The command will return instantly. Any further interaction with the process will be done through the created file handle and the normal commands for file interactions.</li></ol><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Aug 19, 2008 12:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ultralord]]></name></author>
		<updated>2008-08-19T11:59:58-04:00</updated>

		<published>2008-08-19T11:59:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84688#p84688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84688#p84688"/>
		<title type="html"><![CDATA[can i run .exe?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84688#p84688"><![CDATA[
hello, i want to ask something can i run one file .exe on windows or file from linux from tcl script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8360">ultralord</a> — Tue Aug 19, 2008 11:59 am</p><hr />
]]></content>
	</entry>
	</feed>
