Running the STEPPDMExport from Command Line

You can transfer the data from 3DEXPERIENCE platform to STEP PDM using STEPPDMExport from command line.

  1. Click Save in the STEPPDMExport to generate the batch parameter file.

    For more information, see Running STEPPDMExport from the Batch Monitor.

  2. Open a new command prompt and in the command prompt go to the default installation folder:

    C:\Program Files\Dassault Systemes\Bn\OS\code\bin

    Where n is the current release number of the installation.

  3. Run the following command: CATBatchStarter -input input_file

    Where input_file is the path and name of the batch parameter file.

    For example: CATBatchStarter -input e:\users\my_parameters.xml

    OR

    Run the following command: CATUTIL -Name STEPPDMExport input_file

    Where input_file is the path and name of the batch parameter file.

    For example: CATUTIL -Name STEPPDMExport e:\users\my_parameters.xml