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

	<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>2003-05-19T13:49:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-19T13:49:07-04:00</updated>

		<published>2003-05-19T13:49:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20403#p20403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20403#p20403"/>
		<title type="html"><![CDATA[Run file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20403#p20403"><![CDATA[
how exactly did it worked? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon May 19, 2003 1:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-19T12:31:15-04:00</updated>

		<published>2003-05-19T12:31:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20397#p20397</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20397#p20397"/>
		<title type="html"><![CDATA[Run file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20397#p20397"><![CDATA[
great that worked <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br><br>thanks for the help.<p>Statistics: Posted by Guest — Mon May 19, 2003 12:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-19T04:17:00-04:00</updated>

		<published>2003-05-19T04:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20383#p20383</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20383#p20383"/>
		<title type="html"><![CDATA[Run file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20383#p20383"><![CDATA[
I would think you need to use the "cd" command to change directories within your script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon May 19, 2003 4:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-05-19T03:20:32-04:00</updated>

		<published>2003-05-19T03:20:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20380#p20380</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20380#p20380"/>
		<title type="html"><![CDATA[Run file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20380#p20380"><![CDATA[
Try put the full path of the file, like this: /home/peter/ircstats/ircstats eggdrop.log ircstats.cfg. Not shure of this anyway, I'm just guessing. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon May 19, 2003 3:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-18T11:11:51-04:00</updated>

		<published>2003-05-18T11:11:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20359#p20359</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20359#p20359"/>
		<title type="html"><![CDATA[Run file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20359#p20359"><![CDATA[
ok I can crontab<br><br>This will run the script every 10 minutes   0,10,20,30,40,50  * * * *   /home/peter/ircstats/stats<br><br>I need to create a shell script file call <strong class="text-strong">stats</strong> and place it in /home/peter/ircstats<br><br>stats file<br><br>#!/bin/sh<br>echo "Starting stats processing"<br>./ircstats eggdrop.log ircstats.cfg<br>echo "End prosessing<br><br>Then chrom u+x stats<br><br>Were have I gone wrong as I can't get it to work ?<br><br>thanks<p>Statistics: Posted by Guest — Sun May 18, 2003 11:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-05-18T10:09:08-04:00</updated>

		<published>2003-05-18T10:09:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20357#p20357</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20357#p20357"/>
		<title type="html"><![CDATA[Run file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20357#p20357"><![CDATA[
Why use Tcl, when cron is better.<br><div class="codebox"><p>Code: </p><pre><code> 0,30 * * * *   /location/of/file/to/execute</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun May 18, 2003 10:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-05-18T09:24:18-04:00</updated>

		<published>2003-05-18T09:24:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=20356#p20356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=20356#p20356"/>
		<title type="html"><![CDATA[Run file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=20356#p20356"><![CDATA[
Hi<br><br>Can anyone help with my little porblem. I want to automaticaly run this command line every hour?<br><br>./ircstats eggdrop.log ircstats.conf<br><br><br>thanks<p>Statistics: Posted by Guest — Sun May 18, 2003 9:24 am</p><hr />
]]></content>
	</entry>
	</feed>
