Batch Translation

VCollab Suite provides a batch utility, VMoveJTBatch.exe, that generates CAX files from JT files without user intervention. The syntax for VMoveJTBatch.exe is as follows:

VMoveJTBatch.exe [option=value] <jt_file> <cax_file>

The options supported by VMoveJTBatch are mentioned below. They can be used in any order.

S.No.

Option

Description

1

–ignore-lines

Allows the user to ignore the lines in the CAX

2

–ignore-points

Allows the user to ignore the points in the CAX

3

–log-file-path

Allows the user to provide the VMoveJT log file path.

Examples

  1. VMoveJTBatch.exe e:datapart.jt e:datapart.cax

    The above example converts part.jt to part.cax

  2. VMoveJTBatch.exe –ignore-lines –ignore-points e:datapart.jt e:datapart.cax

    The above example converts part.jt into part.cax , in which the lines and points are ignored.

  3. VMoveJTBatch.exe –log-file-path=”c:logfilesVMoveJTlog.txt” e:datapart.jt e:datapart.cax

The above example converts the part.jt into part.cax and writes the log file in the specified path.

Note:

  1. It is mandatory to enclose the input and output file paths in quotes (“”) when they contain spaces. The quotes can be avoided if no spaces are involved.

  2. The options are case sensitive.