<< Click to Display Table of Contents >> RayQC > 7.3 u2 > User Guide > Command Line Tools Command Line Interface |
RayQC offers a standardized command line interface for parametrized application initialization. The following parameters may be used in conjunction with the RayQC executable:
Parameter |
Description |
Example |
---|---|---|
-checklist -c |
Load checklist from the given file name |
"C:\Program Files (x86)\RayQC\RayQC.exe" |
-element -e |
Pass values to checklist elements
|
Example for single element: "C:\Program Files (x86)\RayQC\RayQC.exe" -c "C:\Users\Admin\Desktop\ICE validation.rqct" -e DataField368751317554=C:\MSI\orca.msi
Example for multiple elements: "C:\Program Files (x86)\RayQC\RayQC.exe" -c "C:\Users\Admin\Desktop\Example.rqct" -e DataField1=Abc;DataField2=123 |
-help -h -? |
Shows the command line interface help |
"C:\Program Files (x86)\RayQC\RayQC.exe" -h |
-q |
Silent mode |
The checklist is opened and executed in silent mode. Commonly used with switch -s, which defines where to save the results of silent operation.
0 = checklist complete and passed 1 = checklist failed 2 = checklist incomplete 3 = other errors (read standard output for more information)
This parameter is optional. "C:\Program Files\RayQC\RayQC.exe" C:\checklist.rqcp -q -s C:\Users\Administrator\Documents\test.pdf |
-s |
Full file path of report (requires silent mode to be enabled) |
Defines a full path where to save reports. This switch requires that silent mode is activates (-q). This parameter is optional. |
Parameter |
Description |
Example |
---|---|---|
-package -p |
The package ID from RayFlow |
"C:\Program Files (x86)\RayQC\RayQC.exe" |
-project -P |
The project ID from RayFlow
|
"C:\Program Files (x86)\RayQC\RayQC.exe" |
-url -u |
The URL for accessing RayFlow |
|
-login -l |
The login name for the RayFlow connection |
|
-password -pw |
The password for the RayFlow login |
|
-auto -a |
Automatically run checklist and upload report |
"C:\Program Files (x86)\RayQC\RayQC.exe" |
-report -r |
Report profile name |
|
-t |
Use currently logged on RayFlow user as transmission user |
Note: The parameter -e (-extension) has been deprecated since in RayQC 2.1 and has been replaced by -r (-report). Additionally, since RayQC 4.0 -e parameter has been restored with a different functionality and it can be used now to pass the value to checklist elements. |