It is possible to use the following command line options to launch Delta Engine
-c |
: Mandatory when launching from command line |
-m |
: =f for file mode or =d for folder mode |
-o |
: =<Path to Original file or folder> |
-r |
: =<Path to Revision1 file or folder> |
-d |
: =<Path to delta file or folder> OR auto for automatic population |
-t |
: =<Path to Revision2 file or folder> |
-p |
: =<Path to Output file or folder> |
-a |
: =<'ex' for Extract, 'ap' for Apply and 'exap' for Extract & Apply> |
-l |
: =<Path to log file. Should be in .rtf format and can be used only in file mode.(In folder mode log will be saved automatically inside delta folder.)> |
For example to do a extract operation between two files the command should be give in the following way
-c -m=f -o=D:\Work\Original\Test.apy -r=D:\Work\Revision1\Test.apy -d=D:\Work\Delta\Test.apy.xml -a=ex -l=D:\Work\log.rtf