Hello I have a little problem I created a batch i named mvncp.bat, helping me to launch a sequence of maven commands The batch is liek this mvn clean mvn package Problem is, the batch stops after the first line and prompts me. Im expecting it to execute the second instruction automatically but that ...