Bootmate is a lightweight automation tool that accepts, via command line arguments, a recipe file and the path to an executable along with any command line arguments for this executable. It then runs this executable and performs actions from the recipe.
Bootmate.exe [recipe] ([executable]) ([command-line arguments])
Alternatively, you can run Bootmate with just a path to a recipe. In this case, no executable will be run, and Bootmate starts performing the actions immediately.
For more information, especially regarding how to write recipe files in Bootmate's own minimalistic language, please visit the manual.