If your second command (the one that never returns) calls another batch
file then you have to call your second batch file with a "call" command.
Suppose you have a batch file named 1.bat that calls a file 2.bat then
the content of 1.bat should not be
2.bat
But
Call 2.bat
Greetings,
Eric
We are using winrs to remote shell from our Hudson instance to execute
a command on a remote windows server. The first winrs command
executes fine, the second winrs command never returns back to the
Batch Command being executed by Hudson. I executed the bat file that
Hudson created and all the co