|
Re: c++ code to read from batch file
Ok you want to convert platform dependant shell commands in a batch file (which could be a linux shell script or windows DOS .bat file blah blah... these are all batch files) into C++ Source code in like one command ??? I doubt that exists very much.
Or do you want to compile a batch file into an executable?
I googled Batch File C++ converter translator and compiler. There were various hits. One that kept coming up was Quick Batch Compiler which looked interesting. I'll let you decide.
|