Hi,
Is it possible to run an executable file (e.g. bat or exe or runnable jar) on another Windows machine than the one where I am running my
Java program (in the same network)?
The executable file is already on that remote machine, and I have the credentials to log in as an admin on that machine (i.o.w. I can log in as an admin on that machine using Remote Desktop).
I am trying to automate running a script on several Windows machines in my network. So I don't want to run the file manually or set up a scheduled task, but I want to start it from my client pc where I am running my Java program.
Cheers,
Kjeld