A
adish11
I use Web Application, that stored on some server.
I need to run other application with arguments from the code that stored
on same server with the application. Instead of using command line I need
to run this application from the code.
Can you give me code lines how to run applicaion from the code?
I tried to use System.Diagnostics.Process but it didn't work.
Thanks for your answer.
I need to run other application with arguments from the code that stored
on same server with the application. Instead of using command line I need
to run this application from the code.
Can you give me code lines how to run applicaion from the code?
I tried to use System.Diagnostics.Process but it didn't work.
Thanks for your answer.