Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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
Solved! Go to Solution.
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).
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.
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
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).
Hi Martin,
Thanks for the response. This solution worked.
Can you let me know how to control the naming convention of output step file. Do we have the provision of passing any argument for modifying the name of output file?
Regards,
Sarim
@Sarim wrote:
Hi Martin,
Thanks for the response. This solution worked.
Can you let me know how to control the naming convention of output step file. Do we have the provision of passing any argument for modifying the name of output file?
Regards,
Sarim
Hi,
I am sorry I do not know. You can ask PTC Support.