Difference between revisions of "AVWizard command line"

From LinuxMCE
Jump to: navigation, search
m (AV Wizard command line moved to AVWizard command line)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 00:55, 24 September 2010

--help

Display online help that will describe to user how to use the AVWizard command line

-screen <screen name>

Display only specified screen from wizard. That option may be used to fast fix one setting without following all steps.

-set <property URL>=<value>

Set up one property of some component. When the screen is loaded, the other options will be ignored

Property URL is in that form: Page/Control/PropertyName

-get <property URL>

Get the value of the specified URL without starting the wizard. Any other commands will be ignored. Anyway, more -get command will display cleanly one by one the command line output. The output result will be inside apostrophes to be simple parsed.

Property URL is in that form: Page/Control/PropertyName

-generate_defaults [Directory Name] That command generates default dialogs (if they are not defined). If may be used when the user broke something or to start cleanly the wizard. It generates only the dialogs, the settings will not be changed.