I would like premake to simply generate something like a .bat file with the cl command that would compile the project. I don't want to generate an entire Visual Studio solution. I find that to be completely unnecessary. I just want Premake to build the cl command for me.
Thank you.