2
I would like to know how to run an exe or jar program in a certain IIS folder, through the code c# . net core. It would have to be a synchronous call, that is when c# performs the call from the jar or exe or bat has to wait for the processing to continue.
You want to run this every time the system starts or through some specific event?
– Randrade
For example when you click a button, it calls the controller that will call my service that will execute the bat or jar by passing a parameter.
– Luiz Lanza