<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Usage</title><link>https://sourceforge.net/p/compareexcel/wiki/Usage/</link><description>Recent changes to Usage</description><atom:link href="https://sourceforge.net/p/compareexcel/wiki/Usage/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 21 Sep 2014 12:21:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/compareexcel/wiki/Usage/feed" rel="self" type="application/rss+xml"/><item><title>Usage modified by RAMA KRISHNA AYINPUDI</title><link>https://sourceforge.net/p/compareexcel/wiki/Usage/</link><description>&lt;div class="markdown_content"&gt;&lt;h2&gt;Usage&lt;/h2&gt;
&lt;p&gt;&lt;b&gt;This software uses GNU unix style o command line aruments&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;
There are  2 styles of command line options available&lt;br /&gt;
&lt;ol style="margin: 0px;"&gt;&lt;br /&gt;
&lt;li&gt;Short options(Example: -s)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Long options(Example: --longOption "value")&lt;/li&gt;&lt;br /&gt;
&lt;/ol&gt;&lt;br /&gt;
You can use any type of options or combnation of both, in this applcation.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;
&lt;h3&gt;Using Long Options&lt;/h3&gt;
&lt;p&gt;You can use long options in one of the following ways&lt;br /&gt;
&lt;code&gt;ExcelCompare.exe --LongOption="This is new option"&lt;/code&gt;&lt;br /&gt;
&lt;/p&gt;&lt;center&gt;(or)&lt;/center&gt;&lt;br /&gt;
&lt;code&gt;ExcelCompare.exe --LongOption "This is new option"&lt;/code&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Quotes are not manditory if your argument does not have {SPACE}&lt;/p&gt;
&lt;h3&gt;Using Short Options&lt;/h3&gt;
&lt;p&gt;You can use long options in one of the following ways&lt;br /&gt;
&lt;code&gt;ExcelCompare.exe -s "I am using small option"&lt;/code&gt;&lt;br /&gt;
&lt;/p&gt;&lt;center&gt;(or)&lt;/center&gt;&lt;br /&gt;
&lt;code&gt;ExcelCompare.exe -s"I am using small option"&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;ExcelCompare.exe -s "I am using small option"&lt;/code&gt;&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Quotes are not manditory if your argument does not have {SPACE}&lt;/p&gt;
&lt;h3&gt;Switches&lt;/h3&gt;
&lt;p&gt;Switch are nothing but Command line options of type boolean.&lt;br /&gt;
If You want the option to be set you have to use switch with out any argument(Example:ExcelCompare.exe --ignore-case)&lt;/p&gt;
&lt;p&gt;If there are several switches in aruments, You can use several switches using single '-' .&lt;br /&gt;
Below 3 notations are same&lt;br /&gt;
&lt;code&gt;ExcelCompare.exe -xyz&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;ExcelCompare.exe -xy -z&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;ExcelCompare.exe -x -y -z&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You can not use the multiple switches using single '-' ,if you are using long options &lt;br /&gt;
This application is still under development. We will add more options soon&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RAMA KRISHNA AYINPUDI</dc:creator><pubDate>Sun, 21 Sep 2014 12:21:07 -0000</pubDate><guid>https://sourceforge.net9c5b72b92de6b830b40afe364223f05f873e7c1d</guid></item></channel></rss>