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

	<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>2006-02-22T16:08:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[deadite66]]></name></author>
		<updated>2006-02-22T16:08:46-04:00</updated>

		<published>2006-02-22T16:08:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60584#p60584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60584#p60584"/>
		<title type="html"><![CDATA[TCL request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60584#p60584"><![CDATA[
try this, youl need to change the path to where the vbs script is and change the 2 #mychannel bits to your channel.<br><div class="codebox"><p>Code: </p><pre><code>set apprunningcheck 0bind time - * go:appcheckproc go:appcheck {m h d mo y} {global apprunningcheckset appres [exec c:/windows/system32/cscript //Nologo c:/test.vbs]if {$appres != $apprunningcheck &amp; $appres == "0"} {puthelp "PRIVMSG #mychannel :app exited" ; set apprunningcheck 0   } if {$appres != $apprunningcheck &amp; $appres == "1"} {puthelp "PRIVMSG #mychannel :app started" ; set apprunningcheck 1   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6296">deadite66</a> — Wed Feb 22, 2006 4:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eliteop]]></name></author>
		<updated>2006-02-22T07:33:07-04:00</updated>

		<published>2006-02-22T07:33:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60577#p60577</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60577#p60577"/>
		<title type="html"><![CDATA[TCL request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60577#p60577"><![CDATA[
and how to link it with the tcl for irc announcement?<br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7367">eliteop</a> — Wed Feb 22, 2006 7:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[deadite66]]></name></author>
		<updated>2006-02-16T13:04:39-04:00</updated>

		<published>2006-02-16T13:04:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60476#p60476</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60476#p60476"/>
		<title type="html"><![CDATA[TCL request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60476#p60476"><![CDATA[
it could be done with a small vbscript as your using windrop.<br><div class="codebox"><p>Code: </p><pre><code>set wmi = getobject("winmgmts:")wql = "select * from win32_process " _    &amp; " where name='notepad.exe'"set results = wmi.execquery(wql)WScript.Echo results.count </code></pre></div>if you had a tcl script to run <br>c:/windows/system32/cscript //Nologo c:/myscript.vbs<br>and catch the result.<br>0   = no notepad open<br>1+ = how many open<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6296">deadite66</a> — Thu Feb 16, 2006 1:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eliteop]]></name></author>
		<updated>2006-02-12T15:23:40-04:00</updated>

		<published>2006-02-12T15:23:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60356#p60356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60356#p60356"/>
		<title type="html"><![CDATA[TCL request]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60356#p60356"><![CDATA[
Hi, can somebody help me?<br>I need a tcl that search every x minutes if a process is running and, if it is, tell it on a irc channel.<br>Something like: if i open notepad.exe i would like windrop to tell on irc "notepad.exe was just opened bla bla bla"<br>Thanks for your time<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7367">eliteop</a> — Sun Feb 12, 2006 3:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
