Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi everyone,
is it possible to create .dxf or .dwg of a group of files that are in a folder without having to open them and do the operation one by one?
I heard about the distributed service manager but I do not understand how to use it.
Thank you,
Solved! Go to Solution.
Matteo,
Distributed batch is an install option. Check for the existence of <creo loadpoint>\<buildcode>\parametric\bin\ptcdbatch.bat to determine if it is installed. If you have it installed, creating the batch job is straight forward.
Run ptcdbatch.bat
In the Creo Distributed Batch GUI:
The batch program will run Creo Parametric in non-graphics mode, and it will output a log file as well with the status of each conversion.
Regards,
Dan N.
Matteo,
Distributed batch is an install option. Check for the existence of <creo loadpoint>\<buildcode>\parametric\bin\ptcdbatch.bat to determine if it is installed. If you have it installed, creating the batch job is straight forward.
Run ptcdbatch.bat
In the Creo Distributed Batch GUI:
The batch program will run Creo Parametric in non-graphics mode, and it will output a log file as well with the status of each conversion.
Regards,
Dan N.
Hi,
if you are familiar with trail files, then you can develop simple application (eg. in Basic), which enables you to select a list of drawings and generated trail file containing DWG/DXF export commands. You can play this trail file in Creo.