Skip to main content
When creating a new project, you can use batch types created in other projects. This will save time and prevent configuration errors. You can use the CopyBatchType command to copy batches from one project to another. The command will overwrite any batch types having the same names as the batch types that you want to copy. In addition to batch types, you may also want to copy general, workflow, image processing, recognition, verification, and export settings, as well as handlers and .NET reference properties. To address this need, a new parameter called /CopyDefault has been implemented in ABBYY FlexiCapture 12 Release 4 Update 3. This parameter copies batch settings from another project into your default batch.
A batch type may reference a Document Definition. If there is no such Document Definition in the target project, a warning message will be displayed and the reference to the missing Document Definition will be 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"
  • CopyBatchType /Source="https://FCSRV/1/SingleEntryPoint" /Target=D:\Projects\SingleEntryPoint /SourceU=user /SourceP=password /CopyDefault – copies the settings of the default batch in the source project into the default batch in the target project.