cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Pro/Batch Automation?

BillChapman
12-Amethyst

Pro/Batch Automation?

Is it possible to automate Pro/Batch?

- i.e. Can I run Pro/Batch every night on a certain set of directories and make plot files for all files in the directory? I suppose if I could run Pro/batch from the command prompt with some variables? I am looking for an easy way to generate pdf's for others in the organization to view and keep them up to date relative to the actual Pro/E files.

Regards,
Bill

This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2

There is definitely a way to process folders nightly... I have not tried
to automate Pro/Batch, but here is a commonly used method.

Create a batch file that creates "Mega-Trail" file for Pro/E like this:

1. Create a Mega-Trail file containing just the header (first 3 lines of
a std trail file)

2. Perform a directory listing of all drawings in a folder
(dir /b c:\drawings\*.drw)

3. For each drawing file found, add a section of Pro/E trail file to
your mega-trail
(done using a 'for' loop with your dir command from step #2)

This will include Pro/E trail file information to perform the

You can find instructions at www.sharptechdesign.com. Click on the
"Utilities" link.


Kevin B


"Adkins Brian M" <-> wrote in message
news:103626@sysmgt...



There is definitely a way to process folders nightly... I have not tried
to automate Pro/Batch, but here is a commonly used method.

Create a batch file that creates "Mega-Trail" file for Pro/E like this:

1. Create a Mega-Trail file containing just the header (first 3 lines of
a std trail file)

2. Perform a directory listing of all drawings in a folder
(dir /b c:\drawings\*.drw)

3. For each drawing file found, add a section of Pro/E trail file to
your mega-trail
(done using a 'for' loop with your dir command from step #2)

This will include Pro/E trail file information to perform the
Announcements
Attention: Creo 7.0 Customers
Please consider upgrading
End of Life announcement here.

NEW Creo+ Topics:
PTC Control Center
Creo+ Portal
Real-time Collaboration