Difference between revisions of "AVWizard command line"
m (AV Wizard command line moved to AVWizard command line) |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[category: AV Wizard]] | |
+ | '''--help''' | ||
Display online help that will describe to user how to use the AVWizard command line | Display online help that will describe to user how to use the AVWizard command line | ||
Line 11: | Line 12: | ||
Set up one property of some component. When the screen is loaded, the other options will be ignored | 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 <property URL>''' | ||
Line 17: | Line 18: | ||
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. | 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. |
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.