ContributionsMost RecentMost LikesSolutionsRe: Running a batch on a remote machine via Groovy script The OS on the remote machine is running on Windows Server 2012 R2 Standard What I'm trying to do is run a batch file which will be moving files from one folder to another folder every time the SOAP UI tests are run. Running a batch on a remote machine via Groovy script I've asked this question in a previous posting, but was recommended to post as a separate subject. My question is how can I launch a .bat which resides on a remote machine using Groovyscript? The answers provided in the previous post were related to launching a .bat if SOAPUI was on the same local machine as the batch file. Any help on this would be appreciated! Re: Run a batch file from Groovy Script How would I launch a batch if I were running SOAP UI locally, and my tests were hitting a remote machine? The batch would be on the remote machine as well. Any ideas how I could launch that batch? Thanks!