mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
- Allow running a batch file from inside a FOR
- A little cleanup svn path=/trunk/; revision=40038
This commit is contained in:
parent
c116a4507a
commit
341c5b2e5f
4 changed files with 36 additions and 47 deletions
|
@ -665,7 +665,7 @@ INT CommandExit (LPTSTR param)
|
|||
param++;
|
||||
if (_istdigit(*param))
|
||||
nErrorLevel = _ttoi(param);
|
||||
ExitBatch (NULL);
|
||||
ExitBatch();
|
||||
}
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue