


This might include anything that requires another program to do things, such as zipping a file.īIG CAVEAT #1: This script makes certain assumptions about how your machine is set up, so…don’t just copy and paste it.īIG CAVEAT #2: This is just an example. There are however some functions that you might want to do that are above and beyond what is available. While this wasn’t always the case, now you can often use Destinations in Flare for most basic post-processing. You can add more commands for post-processing.When everyone says their work is done, it is easiest to be able to pull all the latest from source control and build it right then. We often work right up until the deadline. My team has multiple targets that need to build in multiple Flare projects. You can kick them off instantly for as many projects as you need.There are two main reasons I prefer batch scripts over time-based automation: Why do I sometimes prefer batch scripts over Flare’s time-based automation for batch files ? In my example below, my post processing includes collecting all the PDFs, zipping them up, and then copying them to various folders and archives. This script’s purpose is to build all the PDFs and then to post-process it. I also briefly go over why using batch scripts can be advantageous over using Flare’s inherent automated batch functionality. This is a brief overview of one batch script I use to build multiple PDFs at once via Madcap Flare.
