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

	<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>2015-09-12T03:08:57-04:00</updated>

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

		<entry>
		<author><name><![CDATA[primus]]></name></author>
		<updated>2015-09-12T03:08:57-04:00</updated>

		<published>2015-09-12T03:08:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104412#p104412</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104412#p104412"/>
		<title type="html"><![CDATA[autobotchk for windrop (Windows XP and Windows Server 2003)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104412#p104412"><![CDATA[
Works like a champ in Win7 too... The instant my thinclient boots, windrop starts. If windrop dies or crashes for some unknow reason, a few minutes later its back...<br><br>Setup of the task is the same, however the route to take to get to the scheduler is different. A simple search in control panel will lead you to it...<br><br>Thanks for the info!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12556">primus</a> — Sat Sep 12, 2015 3:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[juanamores]]></name></author>
		<updated>2015-05-21T23:26:46-04:00</updated>

		<published>2015-05-21T23:26:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104134#p104134</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104134#p104134"/>
		<title type="html"><![CDATA[autobotchk for windrop (Windows XP and Windows Server 2003)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104134#p104134"><![CDATA[
<strong class="text-strong"><span style="color:blue">Windows XP</span> </strong> (Tested and working.)<br><strong class="text-strong"><span style="color:blue">1)</span></strong> Create a batch file (* .bat) with any text editor, preferably Notepadd ++, but can be even notepad, making sure that the file extension is BAT and no TXT.<br>The filename can be anything, i.e autobotchk.bat<br><em class="text-italics"><strong class="text-strong">BATCH for Windows XP</strong></em><div class="codebox"><p>Code: </p><pre><code>@echo offtasklist /FI "IMAGENAME eq eggdrop.exe" /FO CSV &gt; search.logFOR /F %%A IN (search.log) DO IF %%~zA EQU 0 GOTO endcd "C:\windrop\"eggdrop :end del search.log@cls</code></pre></div>This line quotes specify the directory path where installed the windrop (eggdrop for windows). Usually it is 'C:\windrop'. If you have it installed on another path, specify it.<div class="codebox"><p>Code: </p><pre><code>cd "C:\windrop\"</code></pre></div><span style="color:blue"><strong class="text-strong">2)</strong></span>  Go to Windows scheduled tasks.<br>To open Scheduled Tasks, click Start, click All Programs, point to Accessories, point to System Tools, and then click Scheduled Tasks.<br>This <a href="https://support.microsoft.com/en-us/kb/308569" class="postlink">link</a> explains in full how to schedule a task in Windows XP.<br>After scheduled task:<br>    Click the Schedule tab, and then click Advanced.<br>    Click to select the Repeat task check box, and then specify the number of minutes or hours in which you want the task to be repeated.<br>In the link I shared explains step by step the whole process.<br><br><strong class="text-strong"><span style="color:red">Windows Server 2003</span> </strong> (Non Tested)<br><strong class="text-strong"><span style="color:red">1)</span></strong> Create a batch file (* .bat) with any text editor, preferably Notepadd ++, but can be even notepad, making sure that the file extension is BAT and no TXT.<br>The filename can be anything, i.e autobotchk.bat<br><em class="text-italics"><strong class="text-strong">BATCH for Windows Server 2003</strong></em><div class="codebox"><p>Code: </p><pre><code>@echo offtasklist /FI "IMAGENAME eq eggdrop.exe" /FO CSV &gt; search.logFINDSTR eggdrop.exe search.log &gt; found.logFOR /F %%A IN (found.log) DO IF %%~zA EQU 0 GOTO endcd "C:\windrop\"eggdrop :end del search.logdel found.log@cls</code></pre></div><strong class="text-strong"><span style="color:red">2)</span></strong>  Go to Windows scheduled tasks.<br>To open Scheduled Tasks, click Start, click All Programs, point to Accessories, point to System Tools, and then click Scheduled Tasks.<br>This <a href="https://support.microsoft.com/en-us/kb/814596" class="postlink">link</a> explains in full how to schedule a task in Windows Server 2003. See How to Create a Scheduled Task<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12499">juanamores</a> — Thu May 21, 2015 11:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
