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:
Jeffrey Morlan 2009-02-24 20:29:18 +00:00
parent 93ce0dce1f
commit b18a547c1b
7 changed files with 574 additions and 156 deletions

View file

@ -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);