I am using Windows VPS from a webhosting provider. I can connect to a my server using remote desktop connection which is provided in windows. With proper authentication i can run the program in my srever.
Now I want to run or trigger a program in that remote severer. Like running a .bat file in server etc. I want to run the program or a bat file which is in remote server from my PC , without doing it manually(mean accessing the server through RD and run the application or a bat file) . So basically i want to know how a Remote server can be accessed from a PC and run the application which are present in remote server. Can it be done using RDP commands or any other way(may be any command line tools,scripts or codes)?