ZebroidDocumentationAPIStart Zebroid from a command line

Start Zebroid from a command line

Documentation is not ready yet! If you have any questions - please contact with us using contact form
Zebroid supports start with use of a command line. This possibility can be used for interaction of other software with Zebroid.

Following parametres are resolved:

  • /open_project «PROJECT_FOLDER» — project opening (names of folders of projects can be found in a folder projects)
  • /start_macros «PATH_TO_DROP» — drop-macro start (an example of definition of a way to a drop macro)
  • /open_project_and_start_macros «PROJECT_FOLDER» «PATH_TO_DROP» — opening of the project and start drop-macro

Example of opening of the project:
"D:\Zebroid\zebroid.exe"/open_project "My super project"