http://bugs.winehq.org/show_bug.cgi?id=9849
Nicolas Le Cam niko.lecam@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |niko.lecam@gmail.com
--- Comment #5 from Nicolas Le Cam niko.lecam@gmail.com 2009-09-17 15:59:31 --- Tested on Win2K SP4 and WinXP SP3, can't reproduce, it always returns 0. Here is the batch I used :
@echo off foo.exe if ERRORLEVEL 0 goto end echo ERROR :end