- Implement CMD /D, /Q, and /R switches
authorJeffrey Morlan <mrnobo1024@yahoo.com>
Thu, 26 Mar 2009 01:14:25 +0000 (01:14 +0000)
committerJeffrey Morlan <mrnobo1024@yahoo.com>
Thu, 26 Mar 2009 01:14:25 +0000 (01:14 +0000)
commitdb8815a497d233cc2ed0b3ee061b3c58fdffbdd9
tree65656dbf14c601169f432c764c23e7d40c9eab48
parent65d9fbc726f24faf0560d2078dbb8abc2b6dc67e
- Implement CMD /D, /Q, and /R switches
- Do %envvar% expansions in CMD /C or /K commands
- Make SETLOCAL recognize ENABLEEXTENSIONS and DISABLEEXTENSIONS, although it doesn't do anything yet
- Make VERIFY set the errorlevel (documented in SETLOCAL /?). Also make it recognize when ON/OFF is followed by space
- Make ECHOSERR actually print to stderr, not stdout
- Make echoed display of ( ... ) blocks look nicer (Bug 4022)
- Fix some other minor display bugs

svn path=/trunk/; revision=40244
reactos/base/shell/cmd/batch.c
reactos/base/shell/cmd/cmd.c
reactos/base/shell/cmd/cmd.h
reactos/base/shell/cmd/echo.c
reactos/base/shell/cmd/error.c
reactos/base/shell/cmd/for.c
reactos/base/shell/cmd/parser.c
reactos/base/shell/cmd/setlocal.c
reactos/base/shell/cmd/verify.c