Implement SETLOCAL and ENDLOCAL commands. Make delayed expansion optional (disabled...
authorJeffrey Morlan <mrnobo1024@yahoo.com>
Fri, 6 Mar 2009 18:05:45 +0000 (18:05 +0000)
committerJeffrey Morlan <mrnobo1024@yahoo.com>
Fri, 6 Mar 2009 18:05:45 +0000 (18:05 +0000)
commitfff257c059d538e757ee5e2083ffc7c46981ee31
tree1c9f0fe8239121755ca15ee5cecd1ff63a515508
parent64455e3b04559c229008adf23dbdcba07a5dcb60
Implement SETLOCAL and ENDLOCAL commands. Make delayed expansion optional (disabled by default, enabled by CMD /V switch or with SETLOCAL)

svn path=/trunk/; revision=39892
reactos/base/shell/cmd/batch.c
reactos/base/shell/cmd/batch.h
reactos/base/shell/cmd/cmd.c
reactos/base/shell/cmd/cmd.h
reactos/base/shell/cmd/setlocal.c