Professional > Interview scripting > Activating interview scripts > Activating projects from the command line > Converting activation .ini files to .xml format
 
Converting activation .ini files to .xml format
If you used command line activation prior to version 2.3 and you want to reuse the activation .ini files with Activate, you can convert them using the ActivateIniToXml tool.
1 Navigate to:
C:\Program Files\Common Files\IBM\SPSS\DataCollection\7\Interviewer Server\7.0.0
2 Type:
ActivateIniToXml -i "ini_filename" -x "xml_filename"
Example
ActivateIniToXml -i "c:\mrproject\myproject.ini" -x "c:\mrproject\myproject.xml"
Getting help
If you forget the command syntax, type:
ActivateIniToXml -?
See also
Activating projects from the command line