How to run a program over a network using a bat-file?
For example, I run the following command over the network:
taskkill / s 10.10.10.10 / IM Name.exe
This command terminates the Name.exe process. Works. And how to start this process again? Either exe file (file location is known).