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

	<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-06-03T04:15:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2003-06-03T04:15:50-04:00</updated>

		<published>2003-06-03T04:15:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21170#p21170</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21170#p21170"/>
		<title type="html"><![CDATA[dump script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21170#p21170"><![CDATA[
it's ok - I got it going =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Tue Jun 03, 2003 4:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NewzUK]]></name></author>
		<updated>2003-06-03T01:37:40-04:00</updated>

		<published>2003-06-03T01:37:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21163#p21163</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21163#p21163"/>
		<title type="html"><![CDATA[dump script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21163#p21163"><![CDATA[
Hi<br><br>I'm starting off making a script to read text from a txt file, and I've got this piece of script to start with to dump from a website every 5 mins to 'cbs.txt' and leave it there until the the next dump - but it's not creating the text file...<br><br>set lynx "/usr/bin/lynx"<br><br>bind time - "05 * * * *" get:news<br>proc get:news { min hour day month year } {<br>    [open "|$lynx -preparsed -dump -width=3000 cbs.marketwatch.com/news/newsfinder" r] &gt; cbs.txt<br>}<br><br>putlog "GetNews loaded"<br><br>I've also tried 'exec' for lynx but still no luck - just wondering if anyone can see any problems as im not getting any error msgs back...<br><br>thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2210">NewzUK</a> — Tue Jun 03, 2003 1:37 am</p><hr />
]]></content>
	</entry>
	</feed>
