Community Tip - You can change your system assigned username to something more personal in your community settings. X
hello,
I'm running a mapkey on all PRT files of a DATA base.
there are several educative files in the folders, and when the mapkey try to open this kind of object, it crashes instead of going to the next.
I would like to exclude by deleting this educ files, but I don't know how to identify a PRT Educ file compared to a PRT Professional file.
is there a code behind the file?
R.
Hi,
create mapkey that opens all part files and then analyze trail file. Trail file will contain error messages belonging to educ files.
MH
well, that's an idea, thank you Martin!
I hoped there is a "simplest" way of the kind looking inside the PRT file a code that precise it's an educ file or not.
when you open a PRT file with a text editor, you can find several informations like the CREO version or the common name; I thought it also was the version type.
I forget to precise I'm talking about 20.000 files, so it's faster to find and suppress it in a command dos than a CREO mapkey and then analyse the trail!
R.
Hi,
so you have 20.000 files. I suggest you to:
MH