In project export, the selected project is exported to the desired path.

  1. -e -w "%WorkspacePath%" -p "%ProjectName%" --export -O "--path '%PathToExport%' --include-src --include-tch" Export the project using commands.
    • Without the required options, the project cannot be imported.
      Item Description
      -e, --execute (Required) Execution
      -w, --workspace (Required) Workspace
      -p (Required) Project
      --export (Required) Export Project
      -O (Required) Export project with specified options
      --path (Required) Path to export the project
      --include-src Include source files in the export
      --include-tch Include toolchain in the export
  1. Upon successful export, the phrases “Exported path” and “Result: Succeeded.” are displayed.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.