<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How Can I Display A Progress Bar (or Something Similar) While My Script Runs?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/03/16/how-can-i-display-a-progress-bar-or-something-similar-while-my-script-runs.aspx</link><description>Hey, Scripting Guy! How can I get my script to do something interesting while the code executes; you know, how can I display a progress bar or something? -- HD 
 Hey, HD. To begin with, we don’t recommend that you try to use a true progress bar; that</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Can I Display A Progress Bar (or Something Similar) While My Script Runs?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/03/16/how-can-i-display-a-progress-bar-or-something-similar-while-my-script-runs.aspx#3563076</link><pubDate>Wed, 03 Apr 2013 15:18:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3563076</guid><dc:creator>duck__boy</dc:creator><description>&lt;p&gt;This actually opens 2x IE windows, but only one of them is closed &amp;#39;objExplorer.Quit&amp;#39; is called. I&amp;#39;m using Windows 8 Pro and IE10.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3563076" width="1" height="1"&gt;</description></item><item><title>re: How Can I Display A Progress Bar (or Something Similar) While My Script Runs?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/03/16/how-can-i-display-a-progress-bar-or-something-similar-while-my-script-runs.aspx#3362459</link><pubDate>Sun, 17 Oct 2010 14:10:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3362459</guid><dc:creator>Gilrim</dc:creator><description>&lt;p&gt;please respond to the request for details under, this is something I&amp;#39;ve seen on several machines: all deployed through WDS using the same image and getting the same GPOs applied... If more details are required for debugging this issue, please let me know.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3362459" width="1" height="1"&gt;</description></item><item><title>re: How Can I Display A Progress Bar (or Something Similar) While My Script Runs?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/03/16/how-can-i-display-a-progress-bar-or-something-similar-while-my-script-runs.aspx#3361435</link><pubDate>Tue, 12 Oct 2010 12:04:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3361435</guid><dc:creator>UAC / win7 issues</dc:creator><description>&lt;p&gt;when trying to run this code on some win7 machines with UAC enabled, this error message is returned: &amp;nbsp;ActiveX component can&amp;#39;t create object: &amp;#39;InternetExplorer.Application&amp;#39; for the line &amp;quot;Set objExplorer = CreateObject (&amp;quot;InternetExplorer.Application&amp;quot;)&amp;quot;.&lt;/p&gt;
&lt;p&gt;what security setting should be changed to allow this to run even though UAC is enabled?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3361435" width="1" height="1"&gt;</description></item><item><title>re: How Can I Display A Progress Bar (or Something Similar) While My Script Runs?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/03/16/how-can-i-display-a-progress-bar-or-something-similar-while-my-script-runs.aspx#3316168</link><pubDate>Tue, 02 Mar 2010 03:00:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3316168</guid><dc:creator>rvp1001</dc:creator><description>&lt;p&gt;Hey script guy,&lt;/p&gt;
&lt;p&gt;Apparently when a user closes out the progress status Internet browser, it throws the error &amp;quot;the object invoked has disconnected from it clients.&amp;quot; and the script exits out?&lt;/p&gt;
&lt;p&gt;Is there any way to to have a new browser session open when the browser window is closed. or at least completete the script itself.&lt;/p&gt;
&lt;p&gt;Please help...&lt;/p&gt;
&lt;p&gt;I do that if I incorpate the Documeent.Writeln method, it doesn't throw the object invoked has disconnected from it clients error?&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;bjDocument.Writeln &amp;quot;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt; &amp;gt;&amp;gt;&amp;gt; Status Window &amp;lt;&amp;lt;&amp;lt; &amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&amp;quot; &lt;/p&gt;
&lt;p&gt;objDocument.Writeln &amp;quot;&amp;lt;body &amp;lt;body STYLE=&amp;quot;&amp;quot;font:14 pt arial; color:white;&amp;quot; &amp;amp; _ &lt;/p&gt;
&lt;p&gt;&amp;quot; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#000000', EndColorStr='#0000FF')&amp;quot;&amp;quot;&amp;gt;&amp;quot; &lt;/p&gt;
&lt;p&gt;objDocument.body.style.cursor = &amp;quot;Wait&amp;quot; &amp;lt;-- &lt;/p&gt;
&lt;p&gt;objDocument.Writeln &amp;quot;&amp;lt;p&amp;gt;&amp;lt;B&amp;gt;Collecting Folder Sizes... If IE seems hung, give it a moment...&amp;lt;br&amp;gt;&amp;lt;/p&amp;gt;&amp;quot; &lt;/p&gt;
&lt;p&gt;objDocument.Writeln &amp;quot;&amp;lt;/B&amp;gt;&amp;lt;i&amp;gt;If Explorer window is closed the script will terminate.&amp;lt;/i&amp;gt;&amp;lt;br&amp;gt;&amp;quot; &lt;/p&gt;
&lt;p&gt;objDocument.Writeln &amp;quot;&amp;lt;br&amp;gt;Please be patient...&amp;lt;br&amp;gt;&amp;quot; &lt;/p&gt;
&lt;p&gt;' *************************** &lt;/p&gt;
&lt;p&gt;CODE HERE &lt;/p&gt;
&lt;p&gt;' *************************** &lt;/p&gt;
&lt;p&gt;'Completes HTML code for status window and closes it. &lt;/p&gt;
&lt;p&gt;objDocument.Writeln &amp;quot;&amp;lt;br&amp;gt;Finished!&amp;quot; &lt;/p&gt;
&lt;p&gt;objDocument.body.style.cursor = &amp;quot;default&amp;quot; &amp;lt;-- Sets curser back to default. &lt;/p&gt;
&lt;p&gt;objDocument.Writeln &amp;quot;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; &lt;/p&gt;
&lt;p&gt;objDocument.Writeln() &lt;/p&gt;
&lt;p&gt;objDocument.Close &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3316168" width="1" height="1"&gt;</description></item></channel></rss>