<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Window GUI Automation from PowerShell</title>
	<atom:link href="http://huddledmasses.org/window-gui-automation-from-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/window-gui-automation-from-powershell/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:36:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel Bennett</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-211770</link>
		<dc:creator>Joel Bennett</dc:creator>
		<pubDate>Thu, 18 Dec 2008 05:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-211770</guid>
		<description>I can try setting the COM flag in the next build, but I think the right answer here is: if you&#8217;re trying to automate windows from javascript, you&#8217;re using the wrong tool. </description>
		<content:encoded><![CDATA[<p>I can try setting the <span class="caps">COM</span> flag in the next build, but I think the right answer here is: if you&rsquo;re trying to automate windows from javascript, you&rsquo;re using the wrong tool. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-211745</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Sat, 06 Dec 2008 20:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-211745</guid>
		<description>I can try setting the COM flag in the next build, but I think the right answer here is: if you&#039;re trying to automate windows from javascript, you&#039;re using the wrong tool.</description>
		<content:encoded><![CDATA[<p>I can try setting the <span class="caps">COM</span> flag in the next build, but I think the right answer here is: if you&#8217;re trying to automate windows from javascript, you&#8217;re using the wrong tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suxiaojack</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-211743</link>
		<dc:creator>suxiaojack</dc:creator>
		<pubDate>Fri, 05 Dec 2008 11:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-211743</guid>
		<description>Could you publish your project for javascript ?JS supported &#039;sendkey&#039; very good yet.So,is here a way to &#039;CreateObject&#039;  for your dll in javascript? </description>
		<content:encoded><![CDATA[<p>Could you publish your project for javascript ?JS supported &#039;sendkey&#039; very good yet.So,is here a way to &#039;CreateObject&#039;  for your dll in javascript? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaykul</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-205493</link>
		<dc:creator>Jaykul</dc:creator>
		<pubDate>Wed, 15 Oct 2008 13:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-205493</guid>
		<description>Yes it should!  At the very least you should be able to select it as the &quot;active&quot; window</description>
		<content:encoded><![CDATA[<p>Yes it should!  At the very least you should be able to select it as the &#8220;active&#8221; window</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaykul</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-205492</link>
		<dc:creator>Jaykul</dc:creator>
		<pubDate>Sun, 12 Oct 2008 00:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-205492</guid>
		<description>Yeah, that should be possible. If it&#039;s modal, it should be the &quot;active&quot; window anyway, so you should be able to get it that way, or just send-keys and have them go to it by default...</description>
		<content:encoded><![CDATA[<p>Yeah, that should be possible. If it&#8217;s modal, it should be the &#8220;active&#8221; window anyway, so you should be able to get it that way, or just send-keys and have them go to it by default&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seaJhawk</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-204550</link>
		<dc:creator>seaJhawk</dc:creator>
		<pubDate>Sat, 11 Oct 2008 23:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-204550</guid>
		<description>Hi Jaykul,&lt;br&gt;My app that I&#039;m trying to automate pops up a modal dialog when I click a key. However, I can&#039;t find any way to select that modal dialog - should this be possible?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;seaJhawk</description>
		<content:encoded><![CDATA[<p>Hi Jaykul,<br />
My app that I&#39;m trying to automate pops up a modal dialog when I click a key. However, I can&#39;t find any way to select that modal dialog &#8211; should this be possible?</p>
<p>Thanks,<br />
seaJhawk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-195758</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Thu, 18 Sep 2008 12:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-195758</guid>
		<description>For CTP2, you need to *either* put the dll into a specific folder ... @Documents\WindowsPowerShell\Packages\WindowsAutomation\WindowsAutomation.dll@ in which case you&#039;ll be able to call just:

Add-Module WindowsAutomation

Otherwise, you can load it by specifying the path to the actual .dll:

Add-Module .\WindowsAutomation.dll</description>
		<content:encoded><![CDATA[<p>For CTP2, you need to <strong>either</strong> put the dll into a specific folder &#8230; <code>Documents\WindowsPowerShell\Packages\WindowsAutomation\WindowsAutomation.dll</code> in which case you&#8217;ll be able to call just:</p>
<p>Add-Module WindowsAutomation</p>
<p>Otherwise, you can load it by specifying the path to the actual .dll:</p>
<p>Add-Module .\WindowsAutomation.dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rama</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-195733</link>
		<dc:creator>rama</dc:creator>
		<pubDate>Thu, 18 Sep 2008 11:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-195733</guid>
		<description>hi,

 If I do Add-module I am getting this error.

 F:\windowautomation&gt; 
Add-Module .\WindowAutomation
Add-Module : The specified module &#039;.\WindowAutomation&#039; was not loaded because the module source file was not found in any package 
directory, 
At line:1 char:11
+ Add-Module &lt;&lt;&lt;&lt;  .\WindowAutomation</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p> If I do Add-module I am getting this error.</p>
<p> F:\windowautomation&gt;<br />
Add-Module .\WindowAutomation<br />
Add-Module : The specified module &#8216;.\WindowAutomation&#8217; was not loaded because the module source file was not found in any package<br />
directory,<br />
At line:1 char:11<br />
+ Add-Module &lt;&lt;&lt;&lt;  .\WindowAutomation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rama</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-195730</link>
		<dc:creator>rama</dc:creator>
		<pubDate>Thu, 18 Sep 2008 11:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-195730</guid>
		<description>Hi, 
 
 I am using CTP2 only can you please guide me how can I install 

bacaz Installutil is  not recognised  as a cmdlet. It will be helpful for me  how to  install the  GUI Automation Snapin from the scrach.

Do I need any other .exe  to proceed the installation. The snapin which is not working out for me.

thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p> I am using CTP2 only can you please guide me how can I install </p>
<p>bacaz Installutil is  not recognised  as a cmdlet. It will be helpful for me  how to  install the  <span class="caps">GUI</span> Automation Snapin from the scrach.</p>
<p>Do I need any other .exe  to proceed the installation. The snapin which is not working out for me.</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/window-gui-automation-from-powershell/comment-page-1/#comment-195640</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Thu, 18 Sep 2008 03:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/window-gui-automation-from-powershell/#comment-195640</guid>
		<description>You need to run &quot;Get-Help about_signing&quot; as it suggests.  By default PowerShell requires everything to be cryptographically signed.  My stuff isn&#039;t, so you have to use the &quot;Set-ExecutionPolicy&quot; cmdlet to set your policy to &quot;RemoteSigned&quot;... and you might have to &quot;unblock&quot; the script (this is all described in the &quot;Get-Help about_signing&quot; document.

If you&#039;re using CTP2, you can use Add-Module instead of using the installer.

Also, you should use the version on &quot;CodePlex&quot;:http://CodePlex.com/WASP because it&#039;s been updated from the one I posted. I&#039;ve changed that in the article.</description>
		<content:encoded><![CDATA[<p>You need to run &#8220;Get-Help about_signing&#8221; as it suggests.  By default PowerShell requires everything to be cryptographically signed.  My stuff isn&#8217;t, so you have to use the &#8220;Set-ExecutionPolicy&#8221; cmdlet to set your policy to &#8220;RemoteSigned&#8221;... and you might have to &#8220;unblock&#8221; the script (this is all described in the &#8220;Get-Help about_signing&#8221; document.</p>
<p>If you&#8217;re using CTP2, you can use Add-Module instead of using the installer.</p>
<p>Also, you should use the version on <a href="http://CodePlex.com/WASP">CodePlex</a> because it&#8217;s been updated from the one I posted. I&#8217;ve changed that in the article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
