- Allow running a batch file from inside a FOR

- A little cleanup

svn path=/trunk/; revision=40038
This commit is contained in:
Jeffrey Morlan 2009-03-15 15:45:17 +00:00
parent c116a4507a
commit 341c5b2e5f
4 changed files with 36 additions and 47 deletions

View file

@ -665,7 +665,7 @@ INT CommandExit (LPTSTR param)
param++;
if (_istdigit(*param))
nErrorLevel = _ttoi(param);
ExitBatch (NULL);
ExitBatch();
}
else