>From the Windows XP on-line help:
EXIT [/B] [exitCode]
/B specifies to exit the current batch script instead of
CMD.EXE. If executed from outside a batch script, it
will quit CMD.EXE
exitCode specifies a numeric number. if /B is specified, sets
ERRORLEVEL that number. If quitting CMD.EXE, sets the
process
exit code with that number.
Sten Rosendahl
> -----Original Message-----
> From: Dick, Brian E. [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 11, 2005 4:35 PM
> To: Ant Users List
> Subject: RE: launching Ant from a perl script
>
> The "exit" command terminates the command shell and not the bat file.
> You exit a bat file by "goto :eof".
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]