[ros-bugs] [Bug 6206] %ERRORLEVEL% not being set correctly

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Wed May 4 20:59:37 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6206


usurp <spetreolle at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spetreolle at yahoo.fr




--- Comment #3 from usurp <spetreolle at yahoo.fr>  2011-05-04 20:59:37 CET ---
> C:\ReactOS\system32>echo %ERRORLEVEL%
> 999
> 

Thiss is not a ros bug.
The 999 part also happens on Windows if you do a set ERRORLEVEL=999.
(you can also put anything else here)

C:\Documents and Settings\syl>set ERRORLEVEL=666
C:\Documents and Settings\syl>echo %ERRORLEVEL%
666

C:\Documents and Settings\syl>ping 127.0.0.1
Envoi d'une requête 'ping' sur 127.0.0.1 avec 32 octets de données :
Réponse de 127.0.0.1 : octets=32 temps<1ms TTL=128
Réponse de 127.0.0.1 : octets=32 temps<1ms TTL=128
Réponse de 127.0.0.1 : octets=32 temps<1ms TTL=128
Réponse de 127.0.0.1 : octets=32 temps<1ms TTL=128
Statistiques Ping pour 127.0.0.1:
    Paquets : envoyés = 4, reçus = 4, perdus = 0 (perte 0%),
Durée approximative des boucles en millisecondes :
    Minimum = 0ms, Maximum = 0ms, Moyenne = 0ms

C:\Documents and Settings\syl>echo %ERRORLEVEL%
666


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list