How to execute batch file sequentially from C# wcf service?

  • Thread starter Thread starter Yosuva_J
  • Start date Start date
Y

Yosuva_J

Guest
I'm trying to execute same batch file sequentially with different input parameters from C# wcf service using Mutex variable. It's not working as expected. Basically wcf service will be getting multiple request from client users application to execute batch file at the same time, i shouldn't execute the batch file parallelly instead I have to process the requests sequentially one by one.

i tried multiple ways to achieve this. But i couldn't able to do it. can anyone tell how to implement this using C#.NET? Any sample code would be more helpful for me?

Thanks in advance

Continue reading...
 
Back
Top