Modeltransfer

Command:

LemonTree.Automation.exe transfer --source={sourcePath} --target={targetPath}
Argument Description Required
--source The source 'Model' to be copied. Yes
--target The target 'Model' into which the source 'Model' is copied to. Model has to exist and will be overwritten. Yes

Powershell Example:

This transform a file "model.eap" into SQLite format targeting file "model.qeax"

LemonTree.Automation.exe --source=model.eap --target=model.qeax"
echo Exitcode $LASTEXITCODE
pause