I have a Java web application installed on a Linux machine.
My objective is to programmatically (integrated in my Java app), execute a .bat file located on a remote Windows Server machine (with credential).
If the remote machine would have been a Linux machine, I would have used the jsch library, but the difficulty is that the remote machine is Windows.