@hrh46
This is totally up to you, it all depends on how many post's you have to maintain and switch to. There are macro approaches to set up any and all post-preference settings for a specific machine tool, and there are also foolproof ways to set it up.
A macro approach is good if you need to setup specific things like, MTD models, post's, tool database, output location etc.
You can try the method of having all post's in one directory, then point PowerMill to this location. Use the options in your PowerMill session to change the output type for each post.

You could use my preferred method, which, as @Sean571 mentioned, there is a flaw if you need to launch your code from inside PowerMill, personally, I see more upside to this than down. If I need to open my code for review, I can launch it from my File Explorer of open it from my notepad or text edit software. Use a script to force the output type required for each post. This way it's the same across the shop floor for whomever uses the post. Open your post, go to script, click on script on the upper left and paste in the below.
OutputExtension = "tap";

Jonathan Artiss
Senior Applications Engineer | DSI

