> Did you try with 4.2.4 (as I did the fix on the client thread in this > version) ?
Not sure what issue you have fixed (perhaps you could expand?) but the problem I have still remains. The problem I have is the number of arguments that are passed from the BAT file to java: ARGS=%2 %3 %4 %5 %6 %7 %8 %9 or ARGS=%1 %2 %3 %4 %5 %6 %7 %8 %9 I have 10 arguments (-u <username> -p <password> -d <delay> -r <attempts> -f <commands file>) Therefore in both cases one or more arguments will be dropped before they get to java. Most confusing.
