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
Post a Comment