I am looking for a way to execute my exe in a remote pc (Win2003) from another Admin Server (Win2003) and collect the output generated by that exe.
My app.exe (for eg) will execute and write information to a text file. I also want to read this text file (this is in remote server) from a Admin Server.
I know the path of the exe in the remote system and also know the text file path which will be generated. But i dont know how to execute the app.exe from a remote server using VC++/C++.
Looking for help.
Thanks Raghu