Command line options

Genero Studio can be launched at the command line with the command generoreportwriter at a console, terminal, or using the Genero Workplace Window.

Syntax

generoreportwriter [options]
Table 1. Genero Studio command line options
Option Description
-h Display help instead of the standard behavior.
-V Display program name and version information.
-height HEIGHT Set window height in pixels.
-width WIDTH Set window width in pixels
-translate LOCALE Specify the locale for translating the error messages. The available locales are:
  • en_US (US English), the default
  • zh_CH (simplified Chinese characters)
  • zh_TW (traditional Chinese characters)
-log [all, req, id] Set the log level. Use all to turn on all logs, req to turn on server request logs, and id to turn on logs for a given module.
-diff FILE1 FILE2 Open the given files in diff mode. See Using the Diff tool.

Example

On a Microsoft® Windows® system, this example creates a file named help.txt, saving the output of the -h option:

generoreportwriter -h > help.txt