Server User Guides > Interviewer - Server > UNICOM Intelligence Interviewer activities in UNICOM Intelligence Interviewer Server - Admin > Desktop tools > Activating projects from the command line > Example activation commands
 
Example activation commands
The following command displays the Activate dialog:
activate
The following command activates using the myactdoc.xml Activate Document:
activate -a "c:\myactdoc.xml"
The following command activates using the myactdoc.xml Activate Document and writes any output to the log.txt file:
activate -a "c:\myactdoc.xml" > log.txt
The following command activates using the myactdoc.xml Activate Document but displays a login dialog before activation starts.
activate -a "c:\myactdoc.xml" -l
The following command displays the Activate dialog with the Project Id field containing “museum” and the Source Files field containing “c:\myprojects\museum”:
activate -g -p museum -f "c:\myprojects\museum"
The following command displays help:
activate -?
See also
Activating projects from the command line