Command Line
This page documents the different command line inputs available for each Therefore™ application. See the application's respective table for its parameters.
Therefore™ Navigator
| Command |
Result |
Comment |
| TheNavigator |
Open the application. |
|
| -nosplash |
No splash screen is displayed. |
|
| -cat:<category name> |
Display a hit-list for all documents in the category. |
No space between : and <category name> and enter the category name between "" if there are any spaces. |
| -catno:<category number> |
Display a hit-list for all documents in the category. |
No space between : and <category number>. |
| -case:<case name> |
Display a hit-list for all cases in the case definition. |
No space between : and <case name> and enter the case name between "" if there are any spaces. |
| -caseno:<case number> |
Display a hit-list for all cases in the case definition. |
No space between : and <case number> . |
| -createnew |
Open a Therefore™ form directly without starting the Therefore™ Navigator. |
Must be used with another command to specify what should be opened. Examples: -CreateNew - CatNo:10 (show empty dialog for category/form 10)
-CreateNew - CaseNo:10 (show empty dialog for case/form 10)
-CreateNew -CatNo:10 -fieldnamevalue:Amount;20 (show empty dialog for category/form 10, with the field "Amount" set to 10).
|
| -fieldnamevalue:<field name>;<field value> |
Display a hit-list for all documents/cases that match the string in field. |
Multiple fields can be used. Operators can also be used. Can be used with -cat: or -case: |
| -query:<query name> |
Run the specified saved search. |
No space between : and <query name> and enter the query name between "" if there are any spaces. |
| -queryno:<query number> |
Run the specified saved search. |
No space between : and <query number> . |
| -flag:y |
If only one result is returned open it in the Therefore™ Viewer. |
Can be used with -cat: , -case: or -query |
Therefore™ Viewer
| Command |
Result |
Comment |
| TheViewer |
Open the application. |
|
| -nosplash |
No splash screen is displayed. |
|
| -d<docno> |
Open the document with the specified document number. |
No space between d and docno: i.e., -d123 for docno 123. |
| -p |
Print document <docno> |
|
| -r |
Open document in read only mode. |
Does not ask for server rights. |
| <filepath and Name> |
Open document <filepath and Name> |
e.g. c:\temp\a0008.1.thex |
| <filepath and Name> -o |
Open document <filepath and Name> in offline mode. |
Therefore™ Server cannot be available. |
| <filepath and Name> -p |
Print document <filepath and Name> |
|
| –t<instanceno> or -t<instanceno.tokenno> |
Open the document with workflow for <instanceno> and <tokenno> |
tokenno can be 0 or can be omitted, then the best tokenno will be shown |
Therefore™ Case Manager
| Command |
Result |
Comment |
| TheCaseMgr |
Open the application. |
|
| –t<instanceno.tokenno> |
Open the document with workflow for <instanceno> and <tokenno> |
tokenno can be 0 or can be omitted, then the best tokenno will be shown |
Therefore™ Capture Client
| Command |
Description |
| TheCapture |
Open the application. |
| -exit |
Close Capture Client when all documents are finished and watched folders are empty. |
| -folder "..." |
Import only from the specified folder. |
| -importall |
Import documents from all enabled watched folders. |
Therefore™ Document Loader
| Command |
Description |
| TheLoader |
Open the application. |
| -Auto |
Start the Document Loader in automatic processing mode. |
| -P<Profile name> |
Only used in combination with Auto; only documents pending for this specific profile are processed. |
| -Stop |
Tells the Document Loader to exit (process ends) if all work is done. Otherwise, the Document Loader process will continue to run and process all new documents which arrive in the input folder. |
Therefore™ Export Utility
| Command |
Description |
Comment |
| TheExporter |
Open the application. |
|
| -u<user> -w<password> |
Open the application as the specified user. |
No spaces between -u and user and -p and password. If there is a space in the username enter it between " ". |
| <profile name> |
The name of the export profile to use. |
Enter the profile name between " " if there are any spaces. |
| <export file> |
The path to the export file. |
Enter the path between " ". |
Command Line Utility
| Command |
Description |
| TheCmd |
Open the application |
| -import "ConfigurationFilePath" |
Import objects using the configuration file located at the path between the parentheses. |
| -update "ConfigurationFilePath" |
Update objects using the configuration file located at the path between the parentheses. |
| -allowDelete |
By default, the update action from the command line does not allow deletion of objects from the database. To make an update with deletion possible, the -allowDelete parameter must be used. |
| –start migrate |
Start migrate with the default schedule. |
| –stop migrate |
Stop migrate |
|
-importuser <file>.
Example: TheCmd.exe -importuser e:\user.csv
|
Users that have a single sign-on (specifically SAML and OIDC) configured can be imported from .csv files to Therefore™ using a command line. |