All Questions
1 question
1
vote
2
answers
1k
views
interaction between javascript (desktop application) and C#
I am writing for my desktop some application for handling some services.
I wrote in C# an application that calculates something (lets call it cl.exe)
I created a .bat file that starts the cl.exe.
I ...