Menu

Usage

RAMA KRISHNA AYINPUDI

Usage

This software uses GNU unix style o command line aruments

There are 2 styles of command line options available


  1. Short options(Example: -s)

  2. Long options(Example: --longOption "value")


You can use any type of options or combnation of both, in this applcation.

Using Long Options

You can use long options in one of the following ways
ExcelCompare.exe --LongOption="This is new option"

(or)

ExcelCompare.exe --LongOption "This is new option"

Quotes are not manditory if your argument does not have {SPACE}

Using Short Options

You can use long options in one of the following ways
ExcelCompare.exe -s "I am using small option"

(or)

ExcelCompare.exe -s"I am using small option"
ExcelCompare.exe -s "I am using small option"

Quotes are not manditory if your argument does not have {SPACE}

Switches

Switch are nothing but Command line options of type boolean.
If You want the option to be set you have to use switch with out any argument(Example:ExcelCompare.exe --ignore-case)

If there are several switches in aruments, You can use several switches using single '-' .
Below 3 notations are same
ExcelCompare.exe -xyz
ExcelCompare.exe -xy -z
ExcelCompare.exe -x -y -z

You can not use the multiple switches using single '-' ,if you are using long options
This application is still under development. We will add more options soon


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.