Would you mind sharing your batch scripts with us exploiter?
Pretty please.
I'm usually all for sharing, but there are multiple reasons I don't want to share the batch scripts directly.
If you know how to handle the command line, you essentially can write a batch script on your own. Since working with the command line is an essential step in effectively working with different applications, one should have to learn it.
Writing a batch script is also to some extend programming and since the main idea behind programming isn't strictly language specific, the process of writing a batch script adds to the overall experience in programming.
And the more rational reason is, that most of the involved code is setup specific. I've setup my applications and directories in a special way, so if I'd just give out the script, you'd still need to adapt some parts.
The batch script essentially setup the compiler environment variable, updates the source directories with git, then invokes CMake, runs the compiler, changes the CMake settings, builds, etc. and at the end everything gets automatically 7zipped.