[CMD] Fix batch/CALL arguments initialization.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 9 Aug 2020 19:13:13 +0000 (21:13 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 27 Sep 2020 17:06:10 +0000 (19:06 +0200)
commitf0fccb752fe41ce4e2c2529b07a2493ddbc0bfb5
treefe9c7317a1834ee03d56524097e5fa31419c881d
parent37bda06eedb789df05c5a318460341e41ca48655
[CMD] Fix batch/CALL arguments initialization.

- Move initialization of bc->raw_params also in BatchParams().

- The bc->raw_params, i.e. the unparsed batch/CALL parameters obtained
  with %*, has any leading and trailing whitespace trimmed
  (since Windows 2000+).
base/shell/cmd/batch.c