<?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 Pause a Script and Then Resume It When a User Presses a Key on the Keyboard?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2004/10/05/how-can-i-pause-a-script-and-then-resume-it-when-a-user-presses-a-key-on-the-keyboard.aspx</link><description>Hey, Scripting Guy! I would like to be able to pause my script, then have it resume as soon as the user presses any key on the keyboard. How do I do that? -- AL 
 Hey, AL. Boy, this question takes us back: “Press any key to continue,” along with “Abort</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 Pause a Script and Then Resume It When a User Presses a Key on the Keyboard?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2004/10/05/how-can-i-pause-a-script-and-then-resume-it-when-a-user-presses-a-key-on-the-keyboard.aspx#3435920</link><pubDate>Thu, 16 Jun 2011 18:27:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3435920</guid><dc:creator>j056</dc:creator><description>&lt;p&gt;Try adding the following: MsgBox(&amp;quot;Click OK to Exit&amp;quot;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3435920" width="1" height="1"&gt;</description></item></channel></rss>