Skip to main content
4-Participant
April 3, 2024
Solved

Export Creo part to Step files silently

  • April 3, 2024
  • 1 reply
  • 2663 views

I am using Creo Parametric Release 6.0 and Datecode6.0.4.0

How to Export Creo part to Step files silently using command prompt window

Best answer by MartinHanak

Hi,

<Creo Parametric Load Point>\bin\ptcdbbatch.bat -nographics -process <file.dxc>

You can also read attached file written in Czech language (use Google translator to get English sentences).

1 reply

16-Pearl
April 3, 2024

Sarim,

 

You can use PTCDBATCH for batch conversion of files.  See Article - CS139340 - [Knowledge Hub] Creo Parametric Pro/BATCH, Distributed Pro/Batch and Distributed Computing (ptc.com).

 

It may be possible to extract the command used to convert the files and use it in a custom script.

 

Regards,

 

Dan N.

Sarim4-ParticipantAuthor
4-Participant
April 3, 2024

Hi Dan,

 

Thanks for the response.

 

Dbatch uses a ttd file which can be saved as dbatch script in .dxc format. 

 

My question is how can we execute this dbatch script in command prompt window. 

 

Can you show one example of calling batch file with its argument.

 

Regards,

Sarim

24-Ruby III
April 4, 2024

Hi,

<Creo Parametric Load Point>\bin\ptcdbbatch.bat -nographics -process <file.dxc>

You can also read attached file written in Czech language (use Google translator to get English sentences).