CopyBatchType command copies batches between projects. It overwrites any batch type in the target that shares a name with one you are copying.
Copy settings beyond the batch type
You may also want to copy other settings:- General, workflow, and image processing settings
- Recognition, verification, and export settings
- Handlers and .NET reference properties
/CopyDefault parameter, added in ABBYY FlexiCapture 12 Release 4 Update 3, copies batch settings from another project into your default batch.
A batch type can reference a Document Definition. If the target project has no matching Document Definition, a warning appears and the reference is removed.
Parameters
Example of use
CopyBatchType /Source="https://FCSRV/1/SingleEntryPoint" /Target=D:\Projects\SingleEntryPoint /SourceU=user /SourceP=password /Name="Batch type 1" /TargetName="Batch type 2"– Copies a batch type and renames it in the target projectCopyBatchType /Source="https://FCSRV/1/SingleEntryPoint" /Target=D:\Projects\SingleEntryPoint /SourceU=user /SourceP=password /CopyDefault– Copies the default batch settings from the source project into the default batch of the target project
