Batch process a toolpath change over 500 powermill project

Batch process a toolpath change over 500 powermill project

Anonymous
Not applicable
488 Views
2 Replies
Message 1 of 3

Batch process a toolpath change over 500 powermill project

Anonymous
Not applicable

Hi.

 

Would it be possible to create a (batch process)  macro to open a project do a modification then save then open the next project and repeat over all files in a windows folder.

 

example........

We have 500 project as templates we need to make a change to all templates over night. This will be a reoccurring issue.

 

Thanks Anthony 

0 Likes
489 Views
2 Replies
Replies (2)
Message 2 of 3

kukelyk
Advisor
Advisor

Yes. It is possible, Try echo commands or macro recording.

*edit:

STRING list myprojects = list_files( "dirs", "c:\templatedir\")
FOREACH proj IN $myprojects {
	//OPEN etc.

}
Message 3 of 3

TK.421
Advisor
Advisor

great idea and solution!


the numbers never lie
0 Likes