I have a bat file on server that return result, then I want to know can I run this bat file from my client and return result to my client?
e.g. Bat file return string value ‘Hello’, I want to run this bat file from my PC and get string ‘Hello’ display on my monitor.
You did not mention if you would like to do this from code? It sounds like PSExec might do what you require.
This is a short discription of what it does:
It is free, and can be found here: PsExec v1.94
Hope it helps.