Why does only the first line of this Windows fichier batch execute but all three lines execute in a command shell?

Why does only the first line of this Windows fichier batch execute but all three lines execute in a command shell?

Maven uses fichier batchs to do its business. With any script batch, you must call another script using the call command so it knows to return back to your script after the called script completes. Try prepending call to all commands.

Another thing you could try is using the start command which should work similarly.