First time here? Check out the Help page!
1 | initial version |
I've done this in a fairly brute force way with Python. I'm sure there are better ways to do it. Here's the outline:
glob
module to find all the IDFs to transition, make sure to get the full absolute paths.os.chdir
to change directories into the directory that contains the transition executables.Part of the reason that I did it this way was that I wanted the intermediate versions. If you don't, then this might not be the best approach for you.