export_query

Exports a query to a file.

Synopsis

export_query [common options] query name [file name]

Description

Export a query to a file. If no file name is given, the simple query name is used. The file created has the extension ".qry."

Options and arguments

query_name
The name of the created query. If no file name is given, the simple query name is used. The file created has the extension ".qry."

Examples

cqtool> export_query Public Queries/All Defects c:\\alldefects.qry

Feedback