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

	<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>2004-02-27T14:29:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-02-27T14:29:03-04:00</updated>

		<published>2004-02-27T14:29:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34047#p34047</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34047#p34047"/>
		<title type="html"><![CDATA[tclsh fork]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34047#p34047"><![CDATA[
oh sorry hmm u gave me an idea tnx for the info ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Feb 27, 2004 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-02-27T12:52:25-04:00</updated>

		<published>2004-02-27T12:52:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34045#p34045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34045#p34045"/>
		<title type="html"><![CDATA[tclsh fork]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34045#p34045"><![CDATA[
"dude" do you know what fork means? It launches a new process, except in C it will copy over the file descriptor table and vm area and all that. If you're looking for the exact same fork() call in tcl, you're not going to find it. Your options are open/exec, which does the same thing as fork except doesn't copy over the file descriptors and vm area.<br><br>Also, you said "file &amp; in bash" which led me to believe this is a stand-alone script or something that you want executed in the background, and thus open/exec is the solution. If that's not what you meant, why don't you try explaining it again and use more words.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Feb 27, 2004 12:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-02-27T12:12:57-04:00</updated>

		<published>2004-02-27T12:12:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34044#p34044</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34044#p34044"/>
		<title type="html"><![CDATA[tclsh fork]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34044#p34044"><![CDATA[
dude i wana fork the whole script not some binairy file that i am executing<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Feb 27, 2004 12:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-02-27T11:47:39-04:00</updated>

		<published>2004-02-27T11:47:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34043#p34043</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34043#p34043"/>
		<title type="html"><![CDATA[tclsh fork]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34043#p34043"><![CDATA[
exec or open<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Feb 27, 2004 11:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-02-27T08:13:47-04:00</updated>

		<published>2004-02-27T08:13:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34034#p34034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34034#p34034"/>
		<title type="html"><![CDATA[tclsh fork]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34034#p34034"><![CDATA[
how do i fork a tcl script in tclsh but i wana out put some stuff before i fork it into the background .. so not sur if its an option to use screen or <br><br>&gt; file &amp; in bash ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Fri Feb 27, 2004 8:13 am</p><hr />
]]></content>
	</entry>
	</feed>
