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.
Thanks, Ek