<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>AutoIt v3 - General Help and Support</title>
	<description>AutoIt v3 - General Help and Support</description>
	<link>http://www.autoitscript.com/forum/index.php</link>
	<pubDate>Fri, 20 Nov 2009 22:59:56 +0000</pubDate>
	<ttl>15</ttl>
	<item>
		<title>TimerDiff() showing odd results</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105761</link>
		<description><![CDATA[Hello all,<br />
<br />
I'm new to the forum so please bear with me:<br />
<br />
We’ve narrowed a hang in our AutoIt launch code scripts to the timerdiff() function.  We've found it responds improperly on a new HP desktop we are testing while in Windows normally versus within Safe Mode or when using a USB device.  The test script below should sleep for 5 seconds, then consistently reply with an elapsed time of about 5000; on our newer desktops it sleeps for the 5 seconds but then replies with about 100 elapsed time instead; it responds correctly on all our older model HPs including DC7900s.  We’ve found two ways of making it respond normally again on the new model, one is to have a USB device connected the other is to boot up in Safe Mode.  Obviously, neither work around can be used in our live environment.  We use the timer concept in a bunch of our scripts and need to know what makes TimerInit() and TimerDiff() "tic" (pun intended).  We've also tried running it using MSCONFIG, "load basic devices and services only"; same problem.  We've read several of the existing forum entries but still have not seen a good description of how the two functions interact with the OS or hardware.  Can someone help me understand the two functions and also give me an idea of why hardware might affect them?<br />
<br />
$startTime = TimerInit()<br />
Sleep(5000)<br />
$timeElapsed = TimerDiff($startTime)<br />
MsgBox(0, "Elapsed", $timeElapsed)]]></description>
		<pubDate>Fri, 20 Nov 2009 22:59:56 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105761</guid>
	</item>
	<item>
		<title>Traytip Function</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105760</link>
		<description><![CDATA[When using the Traptip function 'TrayTip("", $Message, 5)' is it possible to set the background colour of the balloon tip display as is the case with a GUI control like 'GUICtrlSetColor(-1, 0x008040) ;Green'<br />
<br />
Help is always appreciated.. Ant]]></description>
		<pubDate>Fri, 20 Nov 2009 22:37:21 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105760</guid>
	</item>
	<item>
		<title>Pixelsearch Show ?</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105759</link>
		<description><![CDATA[Hello,<br />
<br />
I would like to know if there is some way to actually show the area you ve selected with pixelsearch like mouse would slowly move at the points of the square or somehow colorize the lines ? <img src='http://www.autoitscript.com/forum/public/style_emoticons/autoit/smile.gif' class='bbc_emoticon' alt=':)' /> is there some way ? <img src='http://www.autoitscript.com/forum/public/style_emoticons/autoit/smile.gif' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Fri, 20 Nov 2009 22:32:13 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105759</guid>
	</item>
	<item>
		<title>Windows hangs when viewing compiled file</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105758</link>
		<description><![CDATA[After I compile a script and open windows explorer to view or copy the exe to a new location, Windows XP hangs and the processor cpu jumps up to 100% with Windows Explorer as the highest running process. After about two minutes, the cpu drops back down and I'm able to view, copy, or run the exe.  Also, I notice that it takes about 45 or 50 seconds for the autoit icon for the exe file to load. Is this because the exe is encrypted?]]></description>
		<pubDate>Fri, 20 Nov 2009 21:53:21 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105758</guid>
	</item>
	<item>
		<title>string split escape/ignore quoted delimiters</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105756</link>
		<description><![CDATA[I have a large set of tab separated and comma separated files that I'd like import into an sqlite data base using sqlite.au3 however I'm having trouble splitting the fields correctly due to separators within double quoted text. <br />
<br />
example;<br />
Field1,"Field 2", Field3<br />
12334,"Quoted Text","city,state"<br />
<br />
Does anyone know a clean method to do string split that ignores double quoted delimiters?<br />
<br />
Would replacing quoted delimiters with a temporary string via a regular exp<b></b>ressi&#111;ns replace work? <br />
I'm horrible at regular exp<b></b>ressi&#111;ns, would anyone be able to provide the regular exp<b></b>ressi&#111;n syntax to replace delimiters inside double quotes? <br />
<br />
Example; <br />
String: (1234,"quoted text string","quoted string containing a delimiter, example")<br />
SearchString: any double quoted commas<br />
ReplaceString: "!+!"<br />
Output: (1234,"quoted text string","quoted string containing a delimiter!+! example")<br />
<br />
Thoughts?<br />
Thanks in advance!<br />
<br />
Tim]]></description>
		<pubDate>Fri, 20 Nov 2009 20:34:45 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105756</guid>
	</item>
	<item>
		<title>AutoIt Book???</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105755</link>
		<description>Can some one please post some autoit books, I am a beginner!</description>
		<pubDate>Fri, 20 Nov 2009 20:13:24 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105755</guid>
	</item>
	<item>
		<title>_IEAction()</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105753</link>
		<description><![CDATA[ok, im trying to automate login to <a href='http://mmoxautomation.forumotion.com/login.forum?' class='bbc_url' title='External link' rel='external'>http://mmoxautomation.forumotion.com/login.forum?</a><br />
<br />
Heres what ive tried:<br />
<br />
<div class='geshitop'>&#91; code='text' &#93; &nbsp; &nbsp;( <a href='#' onclick='javascript:geshiPopup(this); return false;'>Popup</a> )</div><div class='geshimain'><pre><div class="text" style="font-family:monospace;">
#include &lt;IE.au3&gt;
$oIE = _IECreate("http://mmoxautomation.forumotion.com/login.forum?")
$oSubmit = _IEGetObjByName ($oIE, "Username")
_IELoadWait ($oIE)
_IEAction ($oSubmit, "click")
Send("Username")
$oSubmit1 = _IEGetObjByName ($oIE, "Password")
_IELoadWait ($oIE)
_IEAction ($oSubmit1, "click")
Send("Password")
$oSubmit2 = _IEGetObjByName ($oIE, "Login")
_IELoadWait ($oIE)
_IEAction ($oSubmit1, "click")

&nbsp;</div></pre></div><br />
<br />
It just types...<br />
<br />
Please help]]></description>
		<pubDate>Fri, 20 Nov 2009 19:47:07 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105753</guid>
	</item>
	<item>
		<title>Automation with multiple desktops</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105752</link>
		<description><![CDATA[This post is somewhat related or rather inspired from:<br />
<br />
<a href='http://www.autoitscript.com/forum/index.php?showtopic=30083&st=0&p=214878&hl=sanboxie&fromsearch=1&#entry214878' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/forum/index.php?showtopic=30083&st=0&p=214878&hl=sanboxie&fromsearch=1&#entry214878</a><br />
<a href='http://www.autoitscript.com/forum/index.php?showtopic=105715&st=0&p=747033&#entry747033' class='bbc_url' title='External link' rel='external'>http://www.autoitscript.com/forum/index.php?showtopic=105715&st=0&p=747033&#entry747033</a><br />
<br />
If I have softwares like Sandboxie or other Virtual Desktop solutions installed, which can provide application instance isolation, how can I automate those applications from outside of that desktop? In most cases what these virtual desktop solutions do is to create another explorer.exe instance (which essentially gives you another desktop) & installed applications are allowed to run in that space. <br />
<br />
Even though I have to no initial code to show for, I was just wondering how would you go about controlling applications from outside the desktop of interest. So if I have 2 desktops running with their own applications, how would I go about controlling applications in desktop 2 form desktop 1? Any suggestions.]]></description>
		<pubDate>Fri, 20 Nov 2009 19:38:27 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105752</guid>
	</item>
	<item>
		<title>How to execute correct?</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105751</link>
		<description><![CDATA[Hi to all.<br />
I create simple GUI for EMET TOOL(from MS) because EMET TOOL has  CLI usage.<br />
My trouble is: When i want execute EMET_conf.exe with parameters from script i`m unable write of Guictrlread($a)  to shellexecute  with parameters. ..<br />
My code below. <br />
I try run & shellexecute but no success.<br />
Here is after execution of my script i get an list of emetized apps.<br />
<br />
J:&#092;emetize&#092;emet&gt;EMET_conf.exe --list<br />
EMET 1.0.2<br />
List of EMET-ized processes:<br />
        Guictrlread($a)                          &lt;= This is my trouble:( My input in this case is calc.exe(for ex.) but script writes Guictrlread($a)<br />
<br />
I try this with filewrrite and then execute of generated batch file .This method is successfull.<br />
But i dont know where is my mistakes in 1-st method.<br />
How to do this?Have any other ways or may be i`m doing somethink wrong?<br />
Thanks to all.<br />
Sry for my english.<br />
<div class='geshitop'>&#91; code='text' &#93; &nbsp; &nbsp;( <a href='javascript:;' onclick='javascript:geshiExpand(this)'>Expand</a><a href='javascript:;' onclick='javascript:geshiCollapse(this)' style='display: none'>Collapse</a> - <a href='#' onclick='javascript:geshiPopup(this); return false;'>Popup</a> )</div><div class='geshimainboxed'><pre><div class="text" style="font-family:monospace;">#include &lt;GUIConstants.au3&gt;



$Form1_1 = GUICreate("EMETIZE GUI TOOL", 830, 366, 240, 176)
GUISetBkColor(0x808080)
$Label1 = GUICtrlCreateLabel("EMETIZE GUI ", 320, 8, 124, 24)
GUICtrlSetFont(-1, 12, 800, 2, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF0000)
GUICtrlSetCursor (-1, 3)
$Label2 = GUICtrlCreateLabel("EMetize This Process", 56, 64, 182, 17)
GUICtrlSetFont(-1, 8, 800, 2, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF0000)
$a=GUICtrlCreateInput("", 312, 64, 193, 21)
$Label3 = GUICtrlCreateLabel("De-Emetize This Process", 48, 160, 193, 17)
GUICtrlSetFont(-1, 8, 800, 2, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF0000)
$b = GUICtrlCreateInput("", 312, 152, 201, 21)
;$Label4 = GUICtrlCreateLabel("View Emetized Process List", 48, 240, 231, 17)
;GUICtrlSetFont(-1, 8, 800, 2, "MS Sans Serif")
;GUICtrlSetColor(-1, 0xFF0000)
;GUICtrlCreateInput("", 312, 232, 201, 21)
$OK = GUICtrlCreateButton("OK", 544, 64, 137, 25)
GUICtrlSetFont(-1, 8, 800, 2, "MS Sans Serif")
GUICtrlSetColor(-1, 0xFF0000)
$Exit = GUICtrlCreateButton("Exit", 344, 312, 121, 25, 0)
$DeEmetize = GUICtrlCreateButton("DeEmetize", 544, 152, 137, 25, 0)
$View = GUICtrlCreateButton("View", 544, 232, 137, 25, 0)
GUISetState(@SW_SHOW)


While 1
&nbsp; &nbsp; $nMsg = GUIGetMsg()
&nbsp; &nbsp; Switch $nMsg
&nbsp; &nbsp; &nbsp; &nbsp; Case $GUI_EVENT_CLOSE
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Exit

&nbsp; &nbsp; &nbsp; &nbsp; Case $OK
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if GUICtrlRead($a) = "" Then
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox(64, "Input Yoxdur!", "Input Yoxdur!")
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Exit
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShellExecute("EMET_conf.exe", "--add", Guictrlread($a), "" ) &nbsp; &nbsp; &nbsp;; =&gt; My trouble is here.
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox(64, "Emetized!", Guictrlread($a) )
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EndIf
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case $DeEmetize
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if GUICtrlRead($b) = "" Then
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox(64, "Input Yoxdur!", "Input Yoxdur!")
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Exit
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Else
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; run("EMET_conf.exe --delete Guictrlread($b) ")
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox(64, "De-Emetized ", GUICtrlRead($b) )
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EndIf
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; case $Exit
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Exit
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Case $View
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; run("EMET_conf.exe --list ")
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; EndSwitch
WEnd</div></pre></div>]]></description>
		<pubDate>Fri, 20 Nov 2009 19:22:19 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105751</guid>
	</item>
	<item>
		<title>Window inside a Window</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105750</link>
		<description><![CDATA[I am trying to figure out when a control becomes available using controlcommand and I'm running into a problem.<br />
<br />
The main window is called "Trading"  but the control I want to automate seems to be in a subwindow with a different window name "Main Dialog"  Whether I try and use the "Trading" window name or "Main Dialog" neither are able to see the control.<br />
<br />
anybody seen this before?]]></description>
		<pubDate>Fri, 20 Nov 2009 18:05:07 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105750</guid>
	</item>
	<item>
		<title>SQL Query Results</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105748</link>
		<description><![CDATA[I've been able to successfully connect to a database and perform a query.  However I do not know how to use the results I'm assuming are coming through.  I've used a simple MsgBox to see if it was a string, and _ArrayDisplay if it was in array form.<br />
<br />
Is there another method I must use with the object to get it into an array in AutoIt?<br />
<br />
<div class='geshitop'>&#91; autoIt &#93; &nbsp; &nbsp;( <a href='javascript:;' onclick='javascript:geshiExpand(this)'>Expand</a><a href='javascript:;' onclick='javascript:geshiCollapse(this)' style='display: none'>Collapse</a> - <a href='#' onclick='javascript:geshiPopup(this); return false;'>Popup</a> )</div><div class='geshimainboxed'><pre><div class="autoit" style="font-family:monospace;"><a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Global</span></a> <span class="re0">$oMyError</span> <span class="sy0">=</span> <a href="http://www.autoitscript.com/autoit3/docs/functions/ObjEvent.htm"><span class="kw3">ObjEvent</span></a><span class="br0">&#40;</span><span class="st0">"AutoIt.Error"</span><span class="sy0">,</span> <span class="st0">"MyErrFunc"</span><span class="br0">&#41;</span>

<span class="re0">$sqlCon</span> <span class="sy0">=</span> <a href="http://www.autoitscript.com/autoit3/docs/functions/ObjCreate.htm"><span class="kw3">ObjCreate</span></a><span class="br0">&#40;</span><span class="st0">"ADODB.Connection"</span><span class="br0">&#41;</span>
<span class="re0">$sqlCon</span><span class="sy0">.</span><span class="me1">ConnectionString</span> <span class="sy0">=</span> <span class="st0">"driver={SQL Server};server=192.168.10.1;uid=uid;pwd=pwd"</span>
<span class="re0">$sqlCon</span><span class="sy0">.</span><span class="me1">Open</span>

<span class="co0">; status is always 1 which means it successfully connected</span>
<span class="re0">$status</span> <span class="sy0">=</span> <span class="re0">$sqlCon</span><span class="sy0">.</span><span class="me1">State</span>

<span class="co0">; request data</span>
<span class="re0">$strSQL</span> <span class="sy0">=</span> <span class="st0">"select * from table"</span>
<span class="re0">$result</span> <span class="sy0">=</span> <span class="re0">$sqlCon</span><span class="sy0">.</span><a href="http://www.autoitscript.com/autoit3/docs/functions/Execute.htm"><span class="kw3">execute</span></a> <span class="br0">&#40;</span><span class="re0">$strSQL</span><span class="br0">&#41;</span>

<span class="co0">; HOW DO I DISPLAY RESULTS?</span>
<span class="kw4">_ArrayDisplay</span><span class="br0">&#40;</span><span class="re0">$result</span><span class="br0">&#41;</span>
<a href="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"><span class="kw3">MsgBox</span></a><span class="br0">&#40;</span><span class="nu0">0</span><span class="sy0">,</span> <span class="st0">""</span><span class="sy0">,</span> <span class="re0">$result</span><span class="br0">&#41;</span>


<span class="re0">$sqlCon</span><span class="sy0">.</span><span class="me1">Close</span>

<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Func</span></a> MyErrFunc<span class="br0">&#40;</span><span class="br0">&#41;</span>

&nbsp; <a href="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"><span class="kw3">Msgbox</span></a><span class="br0">&#40;</span><span class="nu0">0</span><span class="sy0">,</span><span class="st0">"AutoItCOM Test"</span><span class="sy0">,</span><span class="st0">"We intercepted a COM Error !"</span> &nbsp; &nbsp; &nbsp;<span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@CRLF</span></span></a> &nbsp;<span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@CRLF</span></span></a> <span class="sy0">&</span> _
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="st0">"err.description is: "</span> &nbsp; &nbsp;<span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@TAB</span></span></a> <span class="sy0">&</span> <span class="re0">$oMyError</span><span class="sy0">.</span><span class="me1">description</span> &nbsp; &nbsp;<span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@CRLF</span></span></a> <span class="sy0">&</span> _
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="st0">"err.windescription:"</span> &nbsp; &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@TAB</span></span></a> <span class="sy0">&</span> <span class="re0">$oMyError</span><span class="sy0">.</span><span class="me1">windescription</span> <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@CRLF</span></span></a> <span class="sy0">&</span> _
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="st0">"err.number is: "</span> &nbsp; &nbsp; &nbsp; &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@TAB</span></span></a> <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/functions/Hex.htm"><span class="kw3">hex</span></a><span class="br0">&#40;</span><span class="re0">$oMyError</span><span class="sy0">.</span><a href="http://www.autoitscript.com/autoit3/docs/functions/Number.htm"><span class="kw3">number</span></a><span class="sy0">,</span>8<span class="br0">&#41;</span> &nbsp;<span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@CRLF</span></span></a> <span class="sy0">&</span> _
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="st0">"err.lastdllerror is: "</span> &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@TAB</span></span></a> <span class="sy0">&</span> <span class="re0">$oMyError</span><span class="sy0">.</span><span class="me1">lastdllerror</span> &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@CRLF</span></span></a> <span class="sy0">&</span> _
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="st0">"err.scriptline is: "</span> &nbsp; &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@TAB</span></span></a> <span class="sy0">&</span> <span class="re0">$oMyError</span><span class="sy0">.</span><span class="me1">scriptline</span> &nbsp; &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@CRLF</span></span></a> <span class="sy0">&</span> _
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="st0">"err.source is: "</span> &nbsp; &nbsp; &nbsp; &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@TAB</span></span></a> <span class="sy0">&</span> <span class="re0">$oMyError</span><span class="sy0">.</span><span class="me1">source</span> &nbsp; &nbsp; &nbsp; &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@CRLF</span></span></a> <span class="sy0">&</span> _
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="st0">"err.helpfile is: "</span> &nbsp; &nbsp; &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@TAB</span></span></a> <span class="sy0">&</span> <span class="re0">$oMyError</span><span class="sy0">.</span><span class="me1">helpfile</span> &nbsp; &nbsp; &nbsp; <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@CRLF</span></span></a> <span class="sy0">&</span> _
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="st0">"err.helpcontext is: "</span> &nbsp; &nbsp;<span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@TAB</span></span></a> <span class="sy0">&</span> <span class="re0">$oMyError</span><span class="sy0">.</span><span class="me1">helpcontext</span> _
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#41;</span>

&nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Local</span></a> <span class="re0">$err</span> <span class="sy0">=</span> <span class="re0">$oMyError</span><span class="sy0">.</span><a href="http://www.autoitscript.com/autoit3/docs/functions/Number.htm"><span class="kw3">number</span></a>
&nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">If</span></a> <span class="re0">$err</span> <span class="sy0">=</span> 0 <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Then</span></a> <span class="re0">$err</span> <span class="sy0">=</span> <span class="sy0">-</span>1

&nbsp; &nbsp; <span class="re0">$g_eventerror</span> <span class="sy0">=</span> <span class="re0">$err</span> &nbsp;<span class="co0">; to check for after this function returns</span>
<a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Endfunc</span></a></div></pre></div>]]></description>
		<pubDate>Fri, 20 Nov 2009 17:50:57 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105748</guid>
	</item>
	<item>
		<title>how to enter text into a web framework using script</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105747</link>
		<description><![CDATA[how to enter text into a web framework using script.example:<br />
http://i82.servimg.com/u/f82/12/82/64/77/untit108.jpg]]></description>
		<pubDate>Fri, 20 Nov 2009 17:46:07 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105747</guid>
	</item>
	<item>
		<title>Error! Running an exe from within the script exe. Help!</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105746</link>
		<description><![CDATA[Greetings!<br />
<br />
How can I run a *. exe included in my executable?<br />
I have done these things:<br />
<br />
Note: I use the UDF # include "resources.au3" in my script.<br />
<br />
# AutoIt3Wrapper_useupx = n<br />
# AutoIt3Wrapper_run_after = ResHacker.exe-add% out%,% out%, listF.exe, RCDATA, TEST_BIN_1, 0<br />
# Endregion<br />
<br />
then I tried to use it like this:<br />
<br />
RunWait (@ ComSpec & '/ c' & _ResourceGet (TEST_BIN_1 ") & 'kernel32.dll&gt; yor.txt')<br />
<br />
<br />
<br />
It does not work!. <img src='http://www.autoitscript.com/forum/public/style_emoticons/autoit/crying.gif' class='bbc_emoticon' alt=':'(' /> <br />
<br />
I do not want to save ResourceSaveToFile ($ FileName ,...) I want to use from within the executable.<br />
<br />
What could be happening?]]></description>
		<pubDate>Fri, 20 Nov 2009 17:25:22 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105746</guid>
	</item>
	<item>
		<title>help auto register!!!</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105745</link>
		<description><![CDATA[I'm doing auto register site: <a href='http://www.katzforums.com/index.php' class='bbc_url' title='External link' rel='external'>http://www.katzforums.com/index.php</a> but the GUI is CAPCHA up to the user type does not know how, please help me!]]></description>
		<pubDate>Fri, 20 Nov 2009 17:07:14 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105745</guid>
	</item>
	<item>
		<title>Change Drive Type</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105742</link>
		<description><![CDATA[Hi,<br />
<br />
I have a program that will only run on removable drives, but I need it to run from a folder on the hard drive.<br />
I can use dos subst to make the folder look like a local drive, but I then need to make the Drive Type appear as 'removable'.<br />
<br />
Is this possible?  If so, how?<br />
<br />
Thanks,<br />
<br />
William]]></description>
		<pubDate>Fri, 20 Nov 2009 16:15:06 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105742</guid>
	</item>
	<item>
		<title>twitter autoresponder</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105741</link>
		<description>anyone has twitter autoresponder script? on direct messages</description>
		<pubDate>Fri, 20 Nov 2009 16:06:01 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105741</guid>
	</item>
	<item>
		<title><![CDATA[Right Click &#62; New &#62; Script]]></title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105740</link>
		<description>The option to create a new script via the desktop context menu is missing? Is there any way to fix this?</description>
		<pubDate>Fri, 20 Nov 2009 15:53:18 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105740</guid>
	</item>
	<item>
		<title>Website Login</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105738</link>
		<description><![CDATA[Here's a simple GUI to login into a website (in this case craigslist).<br />
<br />
I want to recreate this using Firefox instead of IE.<br />
<br />
Can someone help?<br />
<br />
Thanks,<br />
Ed<br />
<br />
<div class='geshitop'>&#91; code='text' &#93; &nbsp; &nbsp;( <a href='javascript:;' onclick='javascript:geshiExpand(this)'>Expand</a><a href='javascript:;' onclick='javascript:geshiCollapse(this)' style='display: none'>Collapse</a> - <a href='#' onclick='javascript:geshiPopup(this); return false;'>Popup</a> )</div><div class='geshimainboxed'><pre><div class="text" style="font-family:monospace;">
#include &lt;IE.au3&gt;
#include &lt;GUIConstants.au3&gt;
#include &lt;File.au3&gt;

GUICreate ("Acess Website GUI",600,300)
GUISetBkColor (0x99FFCC)
GUISetState(@SW_SHOW)

GUICtrlCreateLabel("Click a button to begin...", 30, 10, 200)
GUICtrlSetFont (-1,12, 800, 2, "Arial") 

Opt("GUICoordMode",1)
$button1 = GUICtrlCreateButton ("Craigslist", &nbsp;40, 60, 100)
$close = GUICtrlCreateButton ("Close", &nbsp;260, 260, 80)

While 1
&nbsp; $msg = GUIGetMsg()
&nbsp; Select
&nbsp; &nbsp; Case $msg = $button1
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$account="email@email.com"
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$pw="password"
&nbsp; &nbsp; &nbsp; Account($account,$pw)
&nbsp; &nbsp; &nbsp;Case $msg = $close
&nbsp; &nbsp; &nbsp; &nbsp; $msg = $GUI_EVENT_CLOSE
&nbsp; &nbsp; &nbsp; &nbsp; ExitLoop
&nbsp; &nbsp; Case $msg = $GUI_EVENT_CLOSE
&nbsp; &nbsp; &nbsp; &nbsp; ExitLoop
&nbsp; EndSelect
WEnd 
Exit

;FUNCTIONS
Func Account($account,$pw)

$oIE = _IECreate()
_IENavigate($oIE, "https://accounts.craigslist.org/")

$o_form = _IEFormGetObjByName($oIE, "login")
$o_login = _IEFormElementGetObjByName($o_form, "inputEmailHandle")
$o_password = _IEFormElementGetObjByName($o_form, "inputPassword")

_IEFormElementSetValue($o_login,$account)
_IEFormElementSetValue($o_password, $pw)
Sleep(500)
_IEFormSubmit($o_form)
EndFunc
&nbsp;</div></pre></div>]]></description>
		<pubDate>Fri, 20 Nov 2009 15:11:37 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105738</guid>
	</item>
	<item>
		<title><![CDATA[Calculations Don't work]]></title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105737</link>
		<description><![CDATA[Hey Everyone - <br />
<br />
I've been pretty bored at work this week so I made a simple little app that counts down to a specified time.  I've got everything working except it doesn't calculate days correctly and I can't get stringformat to work correctly.  <br />
<br />
All help will be greatly appreciated!  I'm basically just using this as a way to stay sharp with scripting.<br />
<br />
<div class='geshitop'>&#91; code='text' &#93; &nbsp; &nbsp;( <a href='javascript:;' onclick='javascript:geshiExpand(this)'>Expand</a><a href='javascript:;' onclick='javascript:geshiCollapse(this)' style='display: none'>Collapse</a> - <a href='#' onclick='javascript:geshiPopup(this); return false;'>Popup</a> )</div><div class='geshimainboxed'><pre><div class="text" style="font-family:monospace;">While 1
&nbsp; &nbsp; If StringRight(GUICtrlRead($time), 2) = "PM" And StringLeft(GUICtrlRead($time), 2) &gt; "12" Then
&nbsp; &nbsp; &nbsp; &nbsp; $sDateTime = _DateAdd("h", 12, StringRight(GUICtrlRead($date), 4) & "/" & StringLeft(GUICtrlRead($date), 2) & "/" & StringMid(GUICtrlRead($date), 4, 2) & _
&nbsp; &nbsp; &nbsp; &nbsp; " " & GUICtrlRead($time))
&nbsp; &nbsp; Else
&nbsp; &nbsp; &nbsp; &nbsp; $sDateTime = StringRight(GUICtrlRead($date), 4) & "/" & StringLeft(GUICtrlRead($date), 2) & "/" & StringMid(GUICtrlRead($date), 4, 2) & _
&nbsp; &nbsp; &nbsp; &nbsp; " " & GUICtrlRead($time)
&nbsp; &nbsp; EndIf
&nbsp; &nbsp; $iTicks = _DateDiff ("s", _NowCalc(), $sDateTime) * 1000
&nbsp; &nbsp; _TicksToTime ($iTicks, $ihour, $imin, $isec)
&nbsp; &nbsp; If $ihour &gt; 23 Then _AddDay ()
&nbsp; &nbsp; StringFormat("%02i", $iday, $ihour, $imin, $isec)
&nbsp; &nbsp; GUICtrlSetData($cnt,"Days: " & $iday & @TAB & "Hours: " & $ihour & @TAB & "Mins: " & $imin & @TAB & "Secs: " & $isec)
&nbsp; &nbsp; If $iDay=0 &nbsp;And $iHour=0 And $iMin=0 And $iSec = 0 Then _Finish()
&nbsp; &nbsp; Sleep(100)
WEnd

Func _AddDay ()
&nbsp; &nbsp; Do
&nbsp; &nbsp; &nbsp; &nbsp; $iday += 1
&nbsp; &nbsp; &nbsp; &nbsp; $ihour -= 24
&nbsp; &nbsp; &nbsp; &nbsp; If $ihour &lt; 24 Then Return
&nbsp; &nbsp; Until Number($ihour) &lt; 24
EndFunc</div></pre></div>]]></description>
		<pubDate>Fri, 20 Nov 2009 15:10:01 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105737</guid>
	</item>
	<item>
		<title>Send Variable String to Command Prompt</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105736</link>
		<description><![CDATA[So below is a section of my script I'm having problems with. I was wondering if someone knew how to send a string variable to a command prompt. I think I know how to open a command prompt, but wanted to send a variable to said prompt for debugging purposes. The variable I am trying to pull the string from is "$WindowTitle".<br />
<br />
Any help would be greatly appreciated.<br />
<br />
<div class='geshitop'>&#91; autoIt &#93; &nbsp; &nbsp;( <a href='javascript:;' onclick='javascript:geshiExpand(this)'>Expand</a><a href='javascript:;' onclick='javascript:geshiCollapse(this)' style='display: none'>Collapse</a> - <a href='#' onclick='javascript:geshiPopup(this); return false;'>Popup</a> )</div><div class='geshimainboxed'><pre><div class="autoit" style="font-family:monospace;"><span class="kw5">#include</span> <span class="sy0">&lt;</span>IE<span class="sy0">.</span><span class="me1">au3</span><span class="sy0">&gt;</span>

<span class="co0">;Open IE, go to Foundstone webpage with the following parameters: 0=opens webpage, 1=visible, 1=_ieloadwait</span>
<span class="re0">$oIE</span> <span class="sy0">=</span> <span class="kw4">_IECreate</span><span class="br0">&#40;</span><span class="st0">"https://fdxfse2.jdnet.deere.com/"</span><span class="sy0">,</span><span class="nu0">0</span><span class="sy0">,</span><span class="nu0">1</span><span class="sy0">,</span><span class="nu0">1</span><span class="br0">&#41;</span>

<span class="co0">;Accept Certificate from Windows Security popup</span>
<span class="co0">;Func</span>
&nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"><span class="kw3">Sleep</span></a><span class="br0">&#40;</span>3000<span class="br0">&#41;</span>
&nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">While</span></a> 1
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$WindowTitle</span> <span class="sy0">=</span> <a href="http://www.autoitscript.com/autoit3/docs/functions/WinGetTitle.htm"><span class="kw3">WinGetTitle</span></a><span class="br0">&#40;</span><span class="st0">""</span><span class="sy0">,</span><span class="st0">""</span><span class="br0">&#41;</span>
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Select</span></a>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Case</span></a> <span class="re0">$WindowTitle</span> <span class="sy0">=</span> <span class="st0">"Security Alert"</span>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/functions/WinActivate.htm"><span class="kw3">WinActivate</span></a><span class="br0">&#40;</span><span class="st0">"Security Alert"</span><span class="sy0">,</span><span class="st0">""</span><span class="br0">&#41;</span>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/functions/ControlClick.htm"><span class="kw3">ControlClick</span></a><span class="br0">&#40;</span><span class="st0">"Security Alert"</span><span class="sy0">,</span><span class="st0">""</span><span class="sy0">,</span><span class="st0">"Button1"</span><span class="br0">&#41;</span>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Case</span></a> <span class="re0">$WindowTitle</span> <span class="sy0">=</span> <span class="st0">"Choose a digital certificate"</span>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/functions/WinActivate.htm"><span class="kw3">WinActivate</span></a><span class="br0">&#40;</span><span class="st0">"Choose a digital certificate"</span><span class="sy0">,</span><span class="st0">""</span><span class="br0">&#41;</span>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/functions/ControlClick.htm"><span class="kw3">ControlClick</span></a><span class="br0">&#40;</span><span class="st0">"Choose a digital certificate"</span><span class="sy0">,</span><span class="st0">""</span><span class="sy0">,</span><span class="st0">"Button3"</span><span class="br0">&#41;</span>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">Case</span></a> <span class="re0">$WindowTitle</span> <span class="sy0">=</span> <span class="st0">"Certificate Error: Navigation Blocked"</span>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/functions/WinActivate.htm"><span class="kw3">WinActivate</span></a><span class="br0">&#40;</span><span class="st0">"Certificate Error: Navigation Blocked"</span><span class="sy0">,</span><span class="st0">""</span><span class="br0">&#41;</span>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw4">_IEImgClick</span> <span class="br0">&#40;</span><span class="re0">$oIE</span><span class="sy0">,</span> <span class="st0">"red_shield.png"</span><span class="sy0">,</span> <span class="st0">"src"</span><span class="br0">&#41;</span>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">ExitLoop</span></a>
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">EndSelect</span></a>
&nbsp; &nbsp; <a href="http://www.autoitscript.com/autoit3/docs/keywords.htm"><span class="kw1">WEnd</span></a>
<span class="co0">;EndFunc</span>
<a href="http://www.autoitscript.com/autoit3/docs/functions/ShellExecute.htm"><span class="kw3">ShellExecute</span></a><span class="br0">&#40;</span><span class="st0">'"C:&#092;Documents and Settings&#092;'</span> <span class="sy0">&</span> <a href="http://www.autoitscript.com/autoit3/docs/macros.htm"><span class="kw2"><span class="re0">@UserName</span></span></a> <span class="sy0">&</span> <span class="st0">'&#092;Start Menu&#092;Programs&#092;Accessories&#092;Command Prompt"'</span><span class="br0">&#41;</span>
&nbsp;</div></pre></div>]]></description>
		<pubDate>Fri, 20 Nov 2009 15:02:51 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105736</guid>
	</item>
	<item>
		<title>StringRegExp not returning an array</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105734</link>
		<description><![CDATA[I'm trying to create somewhat of a log combining information from 2 different sources. I've gotten most of it to work. Here is the code<br />
<br />
<div class='geshitop'>&#91; code='text' &#93; &nbsp; &nbsp;( <a href='javascript:;' onclick='javascript:geshiExpand(this)'>Expand</a><a href='javascript:;' onclick='javascript:geshiCollapse(this)' style='display: none'>Collapse</a> - <a href='#' onclick='javascript:geshiPopup(this); return false;'>Popup</a> )</div><div class='geshimainboxed'><pre><div class="text" style="font-family:monospace;">#Include &lt;File.au3&gt;
#Include &lt;Array.au3&gt;
Opt("SendKeyDelay", 45) ; typing delay 45 milliseconds
Run("Notepad.exe")
Sleep(500)
WinWaitActive("Untitled")
Sleep(500)
$num=_FileListToArray("L:&#092;Client&#092;LLEU&#092;Daily&#092;Print&#092;PDF Copies","*",1)
For $i=1 To $num&#91;0&#93;
&nbsp; &nbsp; ControlSend("Untitled","","Edit1",$num&#91;$i&#93;&" ")
&nbsp; &nbsp; Sleep(500)
&nbsp; &nbsp; $file=StringTrimRight($num&#91;$i&#93;,12)
&nbsp; &nbsp; Sleep(500)
&nbsp; &nbsp; Run("Notepad.exe C:&#092;Program Files&#092;Simpo PDF to Text&#092;Output&#092;"&$file&"Record Count.txt")
&nbsp; &nbsp; WinWaitActive($file&"Record Count.txt")
&nbsp; &nbsp; Sleep(500)
&nbsp; &nbsp; $ireland=StringTrimRight($num&#91;$i&#93;,4)
&nbsp; &nbsp; Sleep(500)
&nbsp; &nbsp; $ireland2=StringTrimLeft($ireland,16)
&nbsp; &nbsp; Sleep(500)
&nbsp; &nbsp; $result=StringRegExp("C:&#092;Program Files&#092;Simpo PDF to Text&#092;Output&#092;"&$file&"Record Count.txt",$ireland2&": (&#91;1-9&#93;{1,3})",1)
&nbsp; &nbsp; Sleep(500)
&nbsp; &nbsp; ControlSend("Untitled","","Edit1",$result&#91;0&#93;&" records"&@CR)
&nbsp; &nbsp; WinClose($file&"Record Count.txt")
&nbsp; &nbsp; Sleep(1500)
&nbsp; &nbsp; Next</div></pre></div><br />
The file name is: LLEU1119_ABN1_1_4_PG_NI.pdf<br />
and after trimming for the SRE the variable $ireland2 is 4_Page_NI<br />
the text it is searching through is this:<br />
Name                                                        Pages<br />
<br />
Persons Name                         09-1027_NMB,A   0-0-0-0-0-1-8-0-0-0-0-0<br />
<br />
Records            Total Pages (1 sided):<br />
3_Page_NI: 0       0<br />
4_Page_NI: 1       8<br />
5_Page_NI: 0       0<br />
3_Page_IE: 4       24<br />
4_Page_IE: 28      224<br />
5_Page_IE: 0       0<br />
Total Records: 33<br />
--------------------------------------------------<br />
<br />
the output enters the pdf name in an untitled notepad:<br />
LLEU1119_ABN1_1_4_PG_NI.pdf<br />
<br />
and what I am trying to do is find the corresponding record count for the pdf<br />
and place it behind the pdf name so it shows like this:<br />
LLEU1119_ABN1_1_4_PG_NI.pdf 1 records<br />
<br />
Everything seems fine except the SRE<br />
if I remove the [0] after the $result variable then it will always enter a 0 if I leave it I recieve an error stating that $result is not an array.]]></description>
		<pubDate>Fri, 20 Nov 2009 13:43:53 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105734</guid>
	</item>
	<item>
		<title><![CDATA[Same port within Two exe's]]></title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105733</link>
		<description><![CDATA[Hi All, <br />
<br />
Good Evening !!!<br />
<br />
I need an urgent help, I am developing a client server application where all the client will connect to a server program made by autoit.Now the looping process is slow ,due to the number of clients are connected to the server.So i made an alternate exe which will connect and store all the incoming connections fast.In the sametime the second exe file will process the information which is being stored by the first exe file.<br />
<br />
But the problem is , i am not able to run the second exe file with the same port . it's returning -1 value.<br />
<br />
Can it possible to run both the exe files with the same port. ??<br />
<br />
<br />
Thanks <br />
Ajomon Sebastian]]></description>
		<pubDate>Fri, 20 Nov 2009 13:33:18 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105733</guid>
	</item>
	<item>
		<title>can i convert C++ code too autoit</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105729</link>
		<description>can i convert C++ code too autoit code or make it as header file</description>
		<pubDate>Fri, 20 Nov 2009 10:47:13 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105729</guid>
	</item>
	<item>
		<title>double click mouse on TreeView</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105728</link>
		<description><![CDATA[how can make function when user double click mouse on TreeView and get item name insert item<br />
like file explorer]]></description>
		<pubDate>Fri, 20 Nov 2009 10:39:46 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105728</guid>
	</item>
	<item>
		<title>setup that look for settings file</title>
		<link>http://www.autoitscript.com/forum/index.php?showtopic=105726</link>
		<description><![CDATA[Hello<br />
I wanna run a setup.exe with a silent install that looks for unattended settings in friinst.txt<br />
Im doing this:<br />
<br />
$adminpasswd = "xxxxxxxxxxx"<br />
;Install Friupgrade<br />
$installfriupgrade = "&#092;&#092;KA25&#092;pandainstaller&#092;Fri4Upgrade&#092;setup.exe /s friinst.txt"<br />
RunAs ("Administratör", @ComputerName, $adminpasswd, 0, $installfriupgrade)<br />
<br />
The setup starts and copies files then screen flickers and setup exits (cannot locate the friinst.txt)<br />
<br />
Hace also tried:<br />
$adminpasswd = "xxxxxxxxxxx"<br />
;Install Friupgrade<br />
$installfriupgrade = "&#092;&#092;KA25&#092;pandainstaller&#092;Fri4Upgrade&#092;setup.exe /s &#092;&#092;KA25&#092;pandainstaller&#092;Fri4Upgrade&#092;friinst.txt"<br />
RunAs ("Administratör", @ComputerName, $adminpasswd, 0, $installfriupgrade)<br />
<br />
Same result....please help]]></description>
		<pubDate>Fri, 20 Nov 2009 10:09:17 +0000</pubDate>
		<guid>http://www.autoitscript.com/forum/index.php?showtopic=105726</guid>
	</item>
</channel>
</rss>