Professional > Interview scripting > Activating interview scripts > Activating projects from the command line > Example activation commands
 
Example activation commands
This command displays the Activate dialog box:
activate
This command activates using the myactdoc.xml Activate Document:
activate -a "c:\myactdoc.xml"
This command activates using the myactdoc.xml Activate Document and writes any output to the log.txt file:
activate -a "c:\myactdoc.xml" > log.txt
This command activates using the myactdoc.xml Activate Document, but displays a login dialog box before activation starts.
activate -a "c:\myactdoc.xml" -l
This command displays the Activate dialog box with the Project Id field containing “museum” and the Source Files field containing “c:\myprojects\museum”:
activate -g -p museum -f "c:\myprojects\museum"
This command displays help:
activate -?
See also
Activating projects from the command line