Configuring the Creo View Adapter for DGN > Command Line Publishing for DGN > Using dgnbatch
  
Using dgnbatch
The operation of the DGN Adapter involves utilizing a single command to publish CAD data. The form of command line is as follows:
dgnbatch [options] <cad_data>
A command line conversion has the following stages:
1. Open a command prompt and navigate to the directory containing the CAD data you want to convert.
For the purposes of this example, the directory is C:\\dgn_data\\.
2. Type in the dgnbatch command, for example:
C:\ptc\dgn_setup\dgnbatch -p output dgn_test.dgn
In this example, the command line can be broken down in order from left to right as follows:
a. The setup directory containing the adapter configuration, followed by the command to convert the data:
C:\ptc\dgn_setup\dgnbatch
b. Option -p <output path> is shown as output. This is the name of the directory where the adapter places the converted data.
c. The DGN data to be converted is given as dgn_test.dgn.
3. Press ENTER and dgnbatch is launched. When the command prompt returns, the conversion is completed.
* 
dgnbatch can publish more than one instance of CAD data at a time. To publish a list of CAD data, type all of the names on the command line, separated by spaces. Wildcards (asterisks *) can also be used, if the user is confident that the data returned will be correct.
4. You can now open the converted data output in Creo View.
This completes the procedure for converting DGN CAD data to Creo View format using command line publishing.