- CLI tool for creating batch script generators.
- Run
build.bator compile withg++ -static -std=c++17 -O3 -o batify.exe batify.cpp.
- Running
batify <input>.batgenerates a batch script namedcreate_<input>.bat. Runningcreate_<input>.batgeneratesgenerated_<input>.batwhich is equivalent to<input>.batin function, only difference being the file name.
- add functionality to specify prefixes of generated files
Too much nested batifying may have horrifying results... 😱