DocTo/pages/all/ShowVersionVersion.md

713 B

{ "title" : "DocTo Version " }

How do I find the version of DocTo I am using

The command line below shows how you can view the version you are using.

This will also show if possible the version of Word and other Office Applications installed on your machine. Additionally it outputs the location of the Sourcecode for the application should you wish to fork it and improve it.

Command Line

docto -V 

Output

Example output :

    DocTo Version:1.2.26.49.b.pp
    OfficeApp Version:16
    Source: https://github.com/tobya/DocTo/

Command Line Explained

  • -V - Show Version details for DocTo and loaded Office Applications