Hello,

I believe if you call one batch file from another you need to use "CALL"
- see "help call" if you have it. "start.exe" (with some parameters)
might also work. Or, if that fails, "command.com /c file.bat".

Yours,

David

> -----Original Message-----
> From: Ramunas [mailto:[EMAIL PROTECTED] 
> Sent: 30 April 2008 10:11
> To: Maven Users List
> Subject: batch script halts after mvn command
> 
> Hi,
> I use maven 2.0.7.
> I wrote a *.bat file to execute maven command (and some other 
> commands). 
> But when mvn script finishes, the *.bat file do not process any other 
> commands which follows mvn.
> Any solutions to fix that?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to