This section outlines how to update used projects using a command line. 


To update used projects from the command-line interface


  1. Move the properties file to the plugin director<modeling tool installation directory>/plugins/com.nomagic.magicdraw.twcusageupdater
  2. Open the command-line interface.
  3. Go to the <modeling tool installation directory>/plugins/com.nomagic.magicdraw.twcusageupdater directory containing the executive file for the used projects update. 

The executive file is the corresponding .sh or .bat file depending on your operating system.


To update used projects using a single properties file, type the following command in the command line


update.bat -properties sample.properties
 ./update.sh -properties sample.properties


To update used projects using multiple properties files, type the following command in the command line


update.bat -properties first.properties second.properties third.properties
./update.sh -properties first.properties second.properties third.properties