gnu - How to open a .bat (batch file) in gcc (ex cygwin)? -



gnu - How to open a .bat (batch file) in gcc (ex cygwin)? -

how open batch file .bat file in gcc compiler ? command open ? utilize gcc c programs compile. command open .bat file ? can open if how?

just run system("example.bat"); hope resolve problem

cygwin gnu

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -