<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>Macro Scheduler and Windows Automation</title>
	<link>http://www.mjtnet.com/usergroup/</link>
	<description>Macro Scheduler Automation Software</description>
	<managingEditor>usergroup@mjtnet.com</managingEditor>
	<webMaster>usergroup@mjtnet.com</webMaster>
	<lastBuildDate>Sat, 04 Feb 2012 19:19:37 GMT</lastBuildDate>
<item>
	<title>Beginners :: RE: Extract Table / Extract Tag  Examples and Understanding Need</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31619#31619</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;mtettmar&lt;/a&gt;&lt;br /&gt;

Posted: Fri Feb 03, 2012 9:31 am (GMT 0)&lt;br /&gt;
Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;What you will need to do is use ExtractTable and then parse each value to spit out the &amp;quot;columns&amp;quot; by the br delimiters, or use ExtractTag with the HTML setting and parse each TD individually.  Basically this table has ONE column with values separated by spaces using the BR tag.  So you can parse it based on that.  I would probably use ExtractTag or IEGetTags and then parse the extracted html with RegEx.
&lt;br /&gt;_________________&lt;br /&gt;Regards,
&lt;br /&gt;
Marcus Tettmar 
&lt;br /&gt;
&lt;a href=&quot;http://mjtnet.com/blog/&quot; target=&quot;_blank&quot;&gt;http://mjtnet.com/blog/&lt;/a&gt; | &lt;a href=&quot;http://twitter.com/marcustettmar&quot; target=&quot;_blank&quot;&gt;http://twitter.com/marcustettmar&lt;/a&gt;
&lt;br /&gt;
Please do not email/PM me for private support  - post to the forum so that everyone benefits. For private support please send email via our web site.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: RE: FileList RegEx Request</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31618#31618</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=434&quot; target=&quot;_blank&quot;&gt;jpuziano&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 11:13 pm (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Or: 
&lt;br /&gt;

&lt;br /&gt;
Let&amp;gt;pattern=(^|\x0D\x0A)(.[^\x0D\x0A]+?\.pdf) 
&lt;br /&gt;

&lt;br /&gt;
\x0D\x0A being the hex representation of %CRLF%
&lt;br /&gt;

&lt;br /&gt;
And though this is a little cumbersome, its handy to know as you can represent any char, control char, etc. via its hex value.
&lt;br /&gt;_________________&lt;br /&gt;jpuziano
&lt;br /&gt;

&lt;br /&gt;
Note: When posting code to the forum... please:
&lt;br /&gt;
- highlight the code then click the &amp;quot;Code&amp;quot; button
&lt;br /&gt;
- check the &amp;quot;Disable HTML in this post&amp;quot; checkbox
&lt;br /&gt;
- check the &amp;quot;Disable Smilies in this post&amp;quot; checkbox&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: RE: FileList RegEx Request</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31617#31617</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;mtettmar&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 11:05 pm (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Or:
&lt;br /&gt;

&lt;br /&gt;
Let&amp;gt;pattern=(^|\r\n)(.[^\r\n]+?\.pdf)
&lt;br /&gt;

&lt;br /&gt;
\r\n being perl regex style parlance for %CRLF%
&lt;br /&gt;_________________&lt;br /&gt;Regards,
&lt;br /&gt;
Marcus Tettmar 
&lt;br /&gt;
&lt;a href=&quot;http://mjtnet.com/blog/&quot; target=&quot;_blank&quot;&gt;http://mjtnet.com/blog/&lt;/a&gt; | &lt;a href=&quot;http://twitter.com/marcustettmar&quot; target=&quot;_blank&quot;&gt;http://twitter.com/marcustettmar&lt;/a&gt;
&lt;br /&gt;
Please do not email/PM me for private support  - post to the forum so that everyone benefits. For private support please send email via our web site.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: RE: FileList RegEx Request</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31616#31616</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=492&quot; target=&quot;_blank&quot;&gt;JRL&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 6:49 pm (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;I wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;what am I doing wrong?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
I was informed off forum that the RegEx example provided assumes a semicolon as the line delimiter.  Since I'm using &amp;quot;CRLF&amp;quot; as my delimiter I changed the &amp;quot;pattern&amp;quot; variable to:
&lt;br /&gt;

&lt;br /&gt;
&lt;textarea readonly cols=&quot;80&quot; rows=&quot;3&quot; wrap=&quot;off&quot; class=&quot;codebox&quot; style=&quot;width:95%;&quot;&gt;

Let&amp;gt;pattern=&amp;#40;^|%CRLF%&amp;#41;&amp;#40;.&amp;#91;^%CRLF%&amp;#93;+?\.pdf&amp;#41;

&lt;/textarea&gt;
&lt;br /&gt;

&lt;br /&gt;
And the code now works perfectly.
&lt;br /&gt;

&lt;br /&gt;
Thank you Marcus.  Greatly appreciated.
&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://cid-5da075bed03597b4.skydrive.live.com/browse.aspx/.Public?uc=1&amp;amp;lc=1033&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;A few homemade utilities&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: RE: FileList RegEx Request</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31615#31615</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=492&quot; target=&quot;_blank&quot;&gt;JRL&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 6:23 pm (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thank you.
&lt;br /&gt;
However,  I'm not getting desired results, what am I doing wrong?  
&lt;br /&gt;

&lt;br /&gt;
Here is a script that has a portion of a directory listing included.  If you run the script two lists will display in a dialog. The list on the left is the original list.  The list on the right is the RegExed list.  The list on the right should include every line from the left hand list that is not a .pdf file name and not include any .pdf file names.  I'm getting failures of both of these criteria.
&lt;br /&gt;

&lt;br /&gt;
&lt;textarea readonly cols=&quot;80&quot; rows=&quot;45&quot; wrap=&quot;off&quot; class=&quot;codebox&quot; style=&quot;width:95%;&quot;&gt;

Dialog&amp;gt;Dialog1

object Dialog1&amp;#58; TForm

  ClientHeight = 410

  ClientWidth = 715

  object MSMemo1&amp;#58; tMSMemo

    Left = 16

    Top = 20

    Width = 340

    Height = 380

    Text = ''

  end

  object MSMemo2&amp;#58; tMSMemo

    Left = 362

    Top = 20

    Width = 340

    Height = 380

    Text = ''

  end

end

EndDialog&amp;gt;Dialog1



LabelToVar&amp;gt;List,file_list



Let&amp;gt;pattern=&amp;#40;^|;&amp;#41;&amp;#40;.&amp;#91;^;&amp;#93;+?\.pdf&amp;#41;

RegEx&amp;gt;pattern,file_list,0,matches,nm,1,,new_file_list



SetDialogProperty&amp;gt;Dialog1,msmemo1,text,file_list

SetDialogProperty&amp;gt;Dialog1,msmemo2,text,new_file_list



Show&amp;gt;dialog1,



/*

List&amp;#58;

SU_LASER_JOHNLINK.txt

SU_Laser_JOHNLINK.JPG

SU_Laser_JOHNLINK.avi

JOHNLINK_SU_MetalFinishing.pdf

JOHNLINK_SU_MetalFinishing.JPG

JOHNLINK_SU_Laser.pdf

JOHNLINK_SU_Forming.avi

JOHNLINK_RFQ.pdf

JOHNLINK_Rev_Checklist_Scan.pdf

*/

&lt;/textarea&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://cid-5da075bed03597b4.skydrive.live.com/browse.aspx/.Public?uc=1&amp;amp;lc=1033&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;A few homemade utilities&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: RE: FileList RegEx Request</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31614#31614</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;mtettmar&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 4:55 pm (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Here you go:
&lt;br /&gt;

&lt;br /&gt;
&lt;textarea readonly cols=&quot;80&quot; rows=&quot;4&quot; wrap=&quot;off&quot; class=&quot;codebox&quot; style=&quot;width:95%;&quot;&gt;Let&amp;gt;spec=C&amp;#58;\Users\User\Documents\*.*

GetFileList&amp;gt;spec,file_list

Let&amp;gt;pattern=&amp;#40;^|;&amp;#41;&amp;#40;.&amp;#91;^;&amp;#93;+?\.pdf&amp;#41;

RegEx&amp;gt;pattern,file_list,0,matches,nm,1,,new_file_list&lt;/textarea&gt;
&lt;br /&gt;

&lt;br /&gt;
If you're new to RegEx I recommend buying a copy of RefexBuddy.
&lt;br /&gt;

&lt;br /&gt;
Paste the file list and the regex pattern into RegexBuddy and it will show you the matches and explain the expression.
&lt;br /&gt;_________________&lt;br /&gt;Regards,
&lt;br /&gt;
Marcus Tettmar 
&lt;br /&gt;
&lt;a href=&quot;http://mjtnet.com/blog/&quot; target=&quot;_blank&quot;&gt;http://mjtnet.com/blog/&lt;/a&gt; | &lt;a href=&quot;http://twitter.com/marcustettmar&quot; target=&quot;_blank&quot;&gt;http://twitter.com/marcustettmar&lt;/a&gt;
&lt;br /&gt;
Please do not email/PM me for private support  - post to the forum so that everyone benefits. For private support please send email via our web site.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: FileList RegEx Request</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31613#31613</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=492&quot; target=&quot;_blank&quot;&gt;JRL&lt;/a&gt;&lt;br /&gt;
Subject: FileList RegEx Request&lt;br /&gt;
Posted: Wed Feb 01, 2012 3:59 pm (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;One of these days I'm going to have to knuckle down and learn RegEx.  Problem is I don't do enough text manipulation to remember what I did last time I looked at it.  So I'm hoping someone can help me with this.
&lt;br /&gt;

&lt;br /&gt;
I'm doing a GetFileList&amp;gt; and producing a CRLF delimited list of all files in a folder.  I would like to run that list through RegEx and produce a list that does not include any PDF files.  I want to see all of the other files of any type but not any files with a .PDF extension.
&lt;br /&gt;

&lt;br /&gt;
Is this possible?  Can someone provide the RegEx line to do this?
&lt;br /&gt;

&lt;br /&gt;
Thank you
&lt;br /&gt;
Dick
&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://cid-5da075bed03597b4.skydrive.live.com/browse.aspx/.Public?uc=1&amp;amp;lc=1033&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;A few homemade utilities&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: RE: push key, then click somewhere on the screen</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31612#31612</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=492&quot; target=&quot;_blank&quot;&gt;JRL&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 2:59 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Here's one way
&lt;br /&gt;

&lt;br /&gt;
I remarked out the click part to prevent issues if someone were to copy and run this as-is.
&lt;br /&gt;

&lt;br /&gt;
&lt;textarea readonly cols=&quot;80&quot; rows=&quot;59&quot; wrap=&quot;off&quot; class=&quot;codebox&quot; style=&quot;width:95%;&quot;&gt;

Dialog&amp;gt;Dialog1

object Dialog1&amp;#58; TForm

  Caption = 'Click Screen'

  ClientHeight = 65

  ClientWidth = 439

  object MSButton1&amp;#58; tMSButton

    Left = 12

    Top = 20

    Width = 75

    Height = 25

    Caption = 'Click 1'

  end

  object MSButton2&amp;#58; tMSButton

    Left = 96

    Top = 20

    Width = 75

    Height = 25

    Caption = 'Click 2'

  end

  object MSButton3&amp;#58; tMSButton

    Left = 180

    Top = 20

    Width = 75

    Height = 25

    Caption = 'Click 3'

  end

  object MSButton4&amp;#58; tMSButton

    Left = 264

    Top = 20

    Width = 75

    Height = 25

    Caption = 'Click 4'

  end

  object MSButton5&amp;#58; tMSButton

    Left = 348

    Top = 20

    Width = 75

    Height = 25

    Caption = 'Click 5'

  end

end

EndDialog&amp;gt;Dialog1



AddDialogHandler&amp;gt;Dialog1,MSButton1,OnClick,Click&amp;#40;100,100&amp;#41;

AddDialogHandler&amp;gt;Dialog1,MSButton2,OnClick,Click&amp;#40;200,200&amp;#41;

AddDialogHandler&amp;gt;Dialog1,MSButton3,OnClick,Click&amp;#40;300,300&amp;#41;

AddDialogHandler&amp;gt;Dialog1,MSButton4,OnClick,Click&amp;#40;400,400&amp;#41;

AddDialogHandler&amp;gt;Dialog1,MSButton5,OnClick,Click&amp;#40;500,500&amp;#41;



Show&amp;gt;Dialog1,



SRT&amp;gt;Click

  GetCursorPos&amp;gt;CurX,CurY

  MouseMove&amp;gt;Click_var_1,Click_var_2

  //LClick

  //MouseMove&amp;gt;CurX,CurY

END&amp;gt;Click

&lt;/textarea&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://cid-5da075bed03597b4.skydrive.live.com/browse.aspx/.Public?uc=1&amp;amp;lc=1033&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;A few homemade utilities&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: personal.xls</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31611#31611</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=1679&quot; target=&quot;_blank&quot;&gt;snapper1969&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 12:14 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;mtettmar wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Having spent some time googling this I don't think personal.xls is opened by default when Excel is instantiated as  COM object.  Try opening personal.xls as well, e.g.:
&lt;br /&gt;

&lt;br /&gt;
VBRun&amp;gt;OpenAndRun,C:\Users\User\AppData\Roaming\Microsoft\Excel\XLSTART\personal.xlsb,TestMacro
&lt;br /&gt;

&lt;br /&gt;
But I guess you might actually need to modify the VBScript function to open both personal.xlsb and your test.xls doc if you are wanting to affect something inside test.xls
&lt;br /&gt;

&lt;br /&gt;
It might be easier to move the macro to test.xls.  Or you could recode it in VBScript and run directly inside Macro Scheduler.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Thanks Marcus,
&lt;br /&gt;

&lt;br /&gt;
I think I'll probably try and recode it in VBScript, better than opening another spreadsheet.
&lt;br /&gt;

&lt;br /&gt;
John
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>General Discussion :: RE: personal.xls</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31610#31610</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=2&quot; target=&quot;_blank&quot;&gt;mtettmar&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 11:12 am (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Having spent some time googling this I don't think personal.xls is opened by default when Excel is instantiated as  COM object.  Try opening personal.xls as well, e.g.:
&lt;br /&gt;

&lt;br /&gt;
VBRun&amp;gt;OpenAndRun,C:\Users\User\AppData\Roaming\Microsoft\Excel\XLSTART\personal.xlsb,TestMacro
&lt;br /&gt;

&lt;br /&gt;
But I guess you might actually need to modify the VBScript function to open both personal.xlsb and your test.xls doc if you are wanting to affect something inside test.xls
&lt;br /&gt;

&lt;br /&gt;
It might be easier to move the macro to test.xls.  Or you could recode it in VBScript and run directly inside Macro Scheduler.
&lt;br /&gt;_________________&lt;br /&gt;Regards,
&lt;br /&gt;
Marcus Tettmar 
&lt;br /&gt;
&lt;a href=&quot;http://mjtnet.com/blog/&quot; target=&quot;_blank&quot;&gt;http://mjtnet.com/blog/&lt;/a&gt; | &lt;a href=&quot;http://twitter.com/marcustettmar&quot; target=&quot;_blank&quot;&gt;http://twitter.com/marcustettmar&lt;/a&gt;
&lt;br /&gt;
Please do not email/PM me for private support  - post to the forum so that everyone benefits. For private support please send email via our web site.&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: push key, then click somewhere on the screen</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31609#31609</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=2755&quot; target=&quot;_blank&quot;&gt;MikeTB78&lt;/a&gt;&lt;br /&gt;
Subject: push key, then click somewhere on the screen&lt;br /&gt;
Posted: Wed Feb 01, 2012 9:59 am (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;hi,
&lt;br /&gt;

&lt;br /&gt;
I want to make a macro when i click &amp;quot;1&amp;quot;, my mouse click somewhere on my screen.
&lt;br /&gt;
When i click &amp;quot;2&amp;quot;, it clicks somewhere else and so on.
&lt;br /&gt;

&lt;br /&gt;
thx Mike
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: RE: 3x Variables From One Path</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31608#31608</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=363&quot; target=&quot;_blank&quot;&gt;CyberCitizen&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 9:32 am (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Sorry YouTube butchered the quality of the video, I will have to re-upload it.
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;THE FIREFIGHTER&lt;/span&gt;
&lt;br /&gt;
&lt;img src=&quot;http://users.adam.com.au/mjallen/images/Flame.gif&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: RE: 3x Variables From One Path</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31607#31607</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=434&quot; target=&quot;_blank&quot;&gt;jpuziano&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 9:17 am (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi CyberCitizen,
&lt;br /&gt;

&lt;br /&gt;
Here's all three along the lines of what I had begun above:
&lt;br /&gt;

&lt;br /&gt;
&lt;textarea readonly cols=&quot;80&quot; rows=&quot;21&quot; wrap=&quot;off&quot; class=&quot;codebox&quot; style=&quot;width:95%;&quot;&gt;

Let&amp;gt;path=C&amp;#58;\Documents and Settings\ALL USERS\Desktop\Desktop Slider v1.03\Desktop Slider\desktop slider.exe



//Variable1

Let&amp;gt;matches_1=

Let&amp;gt;pattern=^.*\\&amp;#40;?=&amp;#91;^\\&amp;#93;*\\&amp;#91;^\\&amp;#93;*&amp;#41;

RegEx&amp;gt;pattern,path,0,matches,num,0

MDL&amp;gt;matches_1



//Variable2

Let&amp;gt;matches_1=

Let&amp;gt;pattern=^.*\\&amp;#40;&amp;#91;^\\&amp;#93;*&amp;#41;\\&amp;#91;^\\&amp;#93;*$

RegEx&amp;gt;pattern,path,0,matches,num,1,$1,Variable2

MDL&amp;gt;Variable2



//Variable3

Let&amp;gt;matches_1=

Let&amp;gt;pattern=&amp;#40;?&amp;lt;=\\&amp;#41;&amp;#91;^\\&amp;#93;*$

RegEx&amp;gt;pattern,path,0,matches,num,0

MDL&amp;gt;matches_1

&lt;/textarea&gt;
&lt;br /&gt;

&lt;br /&gt;
And then I thought, there's an easier way... just use grouping... see below:
&lt;br /&gt;

&lt;br /&gt;
&lt;textarea readonly cols=&quot;80&quot; rows=&quot;11&quot; wrap=&quot;off&quot; class=&quot;codebox&quot; style=&quot;width:95%;&quot;&gt;

Let&amp;gt;path=C&amp;#58;\Documents and Settings\ALL USERS\Desktop\Desktop Slider v1.03\Desktop Slider\desktop slider.exe



Let&amp;gt;pattern=^&amp;#40;.*\\&amp;#41;&amp;#40;&amp;#91;^\\&amp;#93;*&amp;#41;\\&amp;#40;&amp;#91;^\\&amp;#93;*&amp;#41;$

RegEx&amp;gt;pattern,path,0,matches,num,1,$1,Variable1

RegEx&amp;gt;pattern,path,0,matches,num,1,$2,Variable2

RegEx&amp;gt;pattern,path,0,matches,num,1,$3,Variable3

MDL&amp;gt;Variable1

MDL&amp;gt;Variable2

MDL&amp;gt;Variable3

&lt;/textarea&gt;
&lt;br /&gt;

&lt;br /&gt;
Hope someone finds this helpful... take care.
&lt;br /&gt;_________________&lt;br /&gt;jpuziano
&lt;br /&gt;

&lt;br /&gt;
Note: When posting code to the forum... please:
&lt;br /&gt;
- highlight the code then click the &amp;quot;Code&amp;quot; button
&lt;br /&gt;
- check the &amp;quot;Disable HTML in this post&amp;quot; checkbox
&lt;br /&gt;
- check the &amp;quot;Disable Smilies in this post&amp;quot; checkbox&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Technical / Scripting :: RE: 3x Variables From One Path</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31606#31606</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=363&quot; target=&quot;_blank&quot;&gt;CyberCitizen&lt;/a&gt;&lt;br /&gt;

Posted: Wed Feb 01, 2012 8:48 am (GMT 0)&lt;br /&gt;
Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks for the help guys.  I got what I was after.  I ended up using Pepsi's code, changed it alittle but it works that was the main thing.
&lt;br /&gt;

&lt;br /&gt;
This was more just a tool for me, but others might find it useful so here you go.
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;http://youtu.be/tMd9YLm-710&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;YouTube: Folder Icon Changer&lt;/a&gt;
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;THE FIREFIGHTER&lt;/span&gt;
&lt;br /&gt;
&lt;img src=&quot;http://users.adam.com.au/mjallen/images/Flame.gif&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Enhancement Suggestions :: Extracting Sourcecode</title>
	<link>http://www.mjtnet.com/usergroup/viewtopic.php?p=31605#31605</link>
	<description>Author: &lt;a href=&quot;http://www.mjtnet.com/usergroup/profile.php?mode=viewprofile&amp;u=314&quot; target=&quot;_blank&quot;&gt;rullbandspelare&lt;/a&gt;&lt;br /&gt;
Subject: Extracting Sourcecode&lt;br /&gt;
Posted: Wed Feb 01, 2012 7:34 am (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I would like to have the option to include the script text in the compiled exectable so that I can extract it by passing switch and a password to the compiled exe.
&lt;br /&gt;
This would realy help me!
&lt;br /&gt;

&lt;br /&gt;
Thanks!
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>


