mirror of https://github.com/tobya/DocTo
37 lines
706 B
Markdown
37 lines
706 B
Markdown
{
|
|
"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](https://github.com/tobya/DocTo/) for the application should you wish to fork it and improve it.
|
|
|
|
Command Line
|
|
-
|
|
|
|
````
|
|
docto -V
|
|
````
|
|
|
|
Output
|
|
-
|
|
|
|
Example output :
|
|
|
|
````
|
|
DocTo Version:1.10.26
|
|
OfficeApp Version:16
|
|
Source: https://github.com/tobya/DocTo/
|
|
````
|
|
|
|
Command Line Explained
|
|
-
|
|
|
|
- `-V` - Show Version details for DocTo and loaded Office Applications
|
|
|
|
|
|
|