<?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 Force Users to Type Command-line Arguments in a Specific Order?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2006/05/05/how-can-i-force-users-to-type-command-line-arguments-in-a-specific-order.aspx</link><description>Hey, Scripting Guy! How can I force users to type command-line arguments in a specific order? -- JA 
 
 Hey, JA. You know, the Scripting Guy who writes this column has a 16-year-old son. He coaches Colt League baseball. He works every day with all the</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 Force Users to Type Command-line Arguments in a Specific Order?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2006/05/05/how-can-i-force-users-to-type-command-line-arguments-in-a-specific-order.aspx#3562200</link><pubDate>Mon, 01 Apr 2013 18:45:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3562200</guid><dc:creator>IamMred</dc:creator><description>&lt;p&gt;@mayank, &amp;nbsp;Thanks for pointing out the bad link, I have updated it now.&lt;/p&gt;
&lt;p&gt;Ed WIlson&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3562200" width="1" height="1"&gt;</description></item><item><title>re: How Can I Force Users to Type Command-line Arguments in a Specific Order?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2006/05/05/how-can-i-force-users-to-type-command-line-arguments-in-a-specific-order.aspx#3561280</link><pubDate>Wed, 27 Mar 2013 10:41:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3561280</guid><dc:creator>mayank</dc:creator><description>&lt;p&gt;the link &amp;quot;http://null/technet/scriptcenter/resources/tales/sg0704.mspx&amp;quot; has &amp;nbsp;a &amp;quot;null&amp;quot; in it. Please fix it. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3561280" width="1" height="1"&gt;</description></item><item><title>re: How Can I Force Users to Type Command-line Arguments in a Specific Order?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2006/05/05/how-can-i-force-users-to-type-command-line-arguments-in-a-specific-order.aspx#3437143</link><pubDate>Thu, 23 Jun 2011 20:02:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3437143</guid><dc:creator>Original Paulie-D</dc:creator><description>&lt;p&gt;Another approach is to check the existence of a named argument and, perhaps, assign a default value if not supplied:&lt;/p&gt;
&lt;p&gt;Set colNamedArguments = WScript.Arguments.Named&lt;/p&gt;
&lt;p&gt;If colNamedArguments.Exists(&amp;quot;Arg1&amp;quot;) Then&lt;/p&gt;
&lt;p&gt; &amp;nbsp; sVariable1 = colNamedArguments.Item(&amp;quot;Arg1&amp;quot;)&lt;/p&gt;
&lt;p&gt;Else&lt;/p&gt;
&lt;p&gt; &amp;nbsp; sVariable1 = &amp;quot;SomeDefaultValue&amp;quot;&lt;/p&gt;
&lt;p&gt;End If&lt;/p&gt;
&lt;p&gt;Set colNamedArguments = Nothing&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3437143" width="1" height="1"&gt;</description></item></channel></rss>