cmd.exe seems not returning ERRORLEVEL produced inside a batch file. I had
to check for a specify string in the output in order to detect errors:

@if not %errorlevel% == 0 echo FAILED

- Alexey

--
{ http://trelony.cjb.net/   } Alexey N. Solofnenko
{ http://www.inventigo.com/ } Inventigo LLC
Pleasant Hill, CA (GMT-8 usually)

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

Reply via email to