Hello Andy,

I'm not sure.

On Windows, GoCD should be running eveything with [`cmd 
/c`](https://github.com/gocd/gocd/blob/fa1c20b7450a60af1434b0dcb4f473f6fa14ff18/common/src/main/java/com/thoughtworks/go/domain/builder/CommandBuilder.java#L44-L48).
 So, you shouldn't have to do anything except use `start_docker.bat`. Maybe 
it's a `PATH` issue which is preventing you from using that?

Might be worth trying to use the whole path to `start_docker.bat` and checking. 
If it "hangs" as in when you used `start /k` etc, it usually means that a child 
process is keeping the standard output open and not exiting. You could try 
adding a message before the exit, to see if it reached there (it likely will).

If none of those work, someone with a Windows setup might need to help / might 
have more ideas.

Cheers,  
Aravind

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/m2sg9zwsq7.fsf%40arvindsv.com.

Reply via email to