C# - Compile a batch file programatically -


can programatically compile batch file form c#. meaning give location of file , c# library compiles file , gives output

can tell me library c# can me write small intepreter c#

batch files in windows not compiled. executed command processor.

you can use process.start execute batch file within c# program.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -