mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:52:57 +00:00
Implement complete support for FOR command (including /D, /F, /L, and /R switches). cmd is now close to being able to run RosBE 1.3's initialization without errors.
svn path=/trunk/; revision=39742
This commit is contained in:
parent
93ce0dce1f
commit
b18a547c1b
7 changed files with 574 additions and 156 deletions
|
@ -84,7 +84,7 @@ INT cmd_call (LPTSTR param)
|
|||
bc->params = NULL;
|
||||
bc->shiftlevel = 0;
|
||||
bc->forvar = 0; /* HBP004 */
|
||||
bc->forproto = NULL; /* HBP004 */
|
||||
bc->forvarcount = 0;
|
||||
bc->RedirList = NULL;
|
||||
ParseCommandLine (param);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue