
Home
Tutorial
Cqc
Getting Started
Invocation
The CQC client can be run in three modes i.e. Interactive (Wizard), Batch (Command Line Interface - CLI) and Compliance Check (Software Configuration Management interface - SCM).
Windows
To run QStudio for Java CQC Wizard, press Start -> Programs -> QStudio for Java -> CQC Wizard.
To run QStudio for Java CLI, add the bin subdirectory of the QStudio for Java installation to your path and type :
cqc -batch
To run QStudio for Java SCM, add the bin subdirectory of the QStudio for Java installation to your path and type :
cqc -scm
Sun Solaris/Linux
To run QStudio for Java CQC client, add the bin subdirectory of the QStudio for Java installation to your path.
If you use ksh/bash, type
$ export PATH=${PATH}:< Install dir>/bin
If you use (t)csh, type:
$ setenv PATH ${PATH}:< Install dir>/bin
To run QStudio for Java CQC Wizard, type :
cqc
To run QStudio for Java CQC CLI, type:
cqc -batch
To run QStudio for Java CQC SCM, type:
cqc -scm
|
|
|