One exciting feature about CommandBox is the ability to group commands together into a lovingly little file we call, a recipe. We even gave it its own extension, .boxr. This little gem will allow you to automate several commands from your native shell, it will be faster to use our recipe command that allows you to run several CommandBox commands at once. This will allow you to only load the CommandBox engine once for all those commands, but still be dumped back at your native prompt when done. Recipes can also just be useful for a series of commands you run on a regular basis, from test executions, to compressing files, the possibilities are endless.
Below is a simple example of how to create a recipe and execute it. For further insight, we recommend you read our chapter on recipes in our CommandBox book.