<?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/10823" />

	<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>2005-11-15T04:22:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-15T04:22:51-04:00</updated>

		<published>2005-11-15T04:22:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57437#p57437</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57437#p57437"/>
		<title type="html"><![CDATA[very difficult catch [exec command] does not really work....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57437#p57437"><![CDATA[
do not enclose [exec]'s args in double quotes and read Script Security thread in the FAQ forum<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Nov 15, 2005 4:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-11-14T20:02:31-04:00</updated>

		<published>2005-11-14T20:02:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57413#p57413</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57413#p57413"/>
		<title type="html"><![CDATA[very difficult catch [exec command] does not really work....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57413#p57413"><![CDATA[
The following may help:<br><br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/catch.htm" class="postlink">Tcl Built-In Commands - catch manual page</a><br><br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/eval.htm" class="postlink">Tcl Built-In Commands - eval manual page</a><br><br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/exec.htm" class="postlink">Tcl Built-In Commands - exec manual page</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Nov 14, 2005 8:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[obby]]></name></author>
		<updated>2005-11-14T12:28:14-04:00</updated>

		<published>2005-11-14T12:28:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57395#p57395</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57395#p57395"/>
		<title type="html"><![CDATA[very difficult catch [exec command] does not really work....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57395#p57395"><![CDATA[
hey,<br><br>i've a command which works nicely on the commandline through:<div class="codebox"><p>Code: </p><pre><code>go -c 'open -e "do $fistpath $secondpath" remotemachine'</code></pre></div>i've tried this to script into my tcl, to use it in my channel every way possible to me, but it ain't work... ;-/<br><div class="codebox"><p>Code: </p><pre><code>set res [catch {eval exec "go -c 'open -e \"do $fistpath $secondpath\" remotemachine'"}]</code></pre></div><br>i tried to escape the " and to {"} them, nothing helps... <br><br><br>any ideas what's wrong?<br><br>every help is greatly appreciated.. thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6977">obby</a> — Mon Nov 14, 2005 12:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
