Online Eiffel Documentation
EiffelStudio

Command Line Options

The EiffelCOM Wizard can be used from the command line for example in batch scripts. The command line utility is com_wizard.exe and is located in $ISE_EIFFEL\wizards\com. Each command line option has both a long and a short name. The long names are all prefixed with -- while the short names are all prefixed with -. Options that take an argument should have the argument directly following the option with a space or a = sign in between the option name and the argument as in:

--ace="mysystem.ecf"
this option is equivalent to:
-a "mysystem.ecf"

The list of options is the following:

See Also: How the EiffelCOM Wizard Works, Generated Files, Class Hierarchy, Adding a COM Interface to an Eiffel Project, Accessing a COM Component, Building a COM Component