To use the command-line interface for importing workspaces
To use the command line to import workspaces to a database, you must run the ImportManager.bat file located in the bin directory under the librarymanager directory. Use the following arguments to specify the database connection and workspace data.
-vendor vendor
-config config.file
-file file.xml
[-user user_name]
For example, you can type the following line to import workspaces in the exp.xml file located in a directory named exported, using the database configuration specified in import.config for vendor ABB.
ImportManager.bat -vendor ABB -config ../conf/import.config                   -file ../exported/exp.xml
*
*