public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Errorlevel
@ 2016-09-22 18:56 Gluszczak, Glenn
  2016-09-22 19:13 ` Errorlevel SPC
  2016-09-22 19:55 ` Errorlevel Gluszczak, Glenn
  0 siblings, 2 replies; 4+ messages in thread
From: Gluszczak, Glenn @ 2016-09-22 18:56 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

Is this a known defect?  The errorlevel of the ls command is passed to the echo.

$ cmd
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\cygwin64\home\Administrator>del c:\tmp\hello
del c:\tmp\hello
Could Not Find c:\tmp\hello

C:\cygwin64\home\Administrator>ls foo
ls foo
ls: cannot access 'foo': No such file or directory

C:\cygwin64\home\Administrator>echo hello > c:\tmp\hello
echo hello > c:\tmp\hello

C:\cygwin64\home\Administrator>echo %errorlevel%
echo %errorlevel%
2

C:\cygwin64\home\Administrator>del c:\tmp\hello
del c:\tmp\hello

C:\cygwin64\home\Administrator>echo hello > c:\tmp\hello
echo hello > c:\tmp\hello

C:\cygwin64\home\Administrator>echo %errorlevel%
echo %errorlevel%
0


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-23  8:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-22 18:56 Errorlevel Gluszczak, Glenn
2016-09-22 19:13 ` Errorlevel SPC
2016-09-22 19:55 ` Errorlevel Gluszczak, Glenn
2016-09-23 12:07   ` Errorlevel Andrey Repin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).