1
Answer

Urgent How I can execute exe file from another computer

Mohamad Abou Said

Mohamad Abou Said

14y
10.3k
1
I have 2 computers on my networks one called A and the other Called B
I need to execute exe file that locates in computer B and takes 5 inputs in order to lunch software from  computer A  through a customized windows application developed using VB.net in order to change the inputs based on search criteria.

Answers (1)
0
spgilmore

spgilmore

NA 591 0 20y
What for? Why not just use an httprequest to download it directly from the server? If you have to do this, you can always base-64 encode the file and send it as a string in a webservice. I belive that .NET webservices support DIME, which is smaller and has other benefits, but I don't know anything about it.