[ -dbset name ] login password schema_name begin_rev end_rev [record_type_to_rename ]
"schema_pathname"
The cqload exportintegration command exports specific versions of a schema in a form that can be used to modify an existing schema. To import the data into another schema, use the importintegration subcommand. The exporting and importing schemas should use similar record types.
cqload exportintegration -dbset 2003.06.00 admin "" Enterprise 5 5 "" "c:\tmp\export.txt"
cqload exportintegration -dbset 2003.06.00 admin `' Enterprise 5 8 "" "c:\tmp\export.txt"
cqload exportintegration -dbset 2003.06.00 admin "" Enterprise 5 5 ChangeRequest ^
"c:\temp\scriptchanges.txt"