Hermès Bélusca-Maïto
240f6737e9
[CMD] Add a ExecuteCommandWithEcho() helper and use it in Batch() and as the implementation of RunInstance() FOR-loop helper.
2020-05-18 02:21:57 +02:00
Hermès Bélusca-Maïto
d0ced4ffdf
[CMD] Fix the ErrorMessage() function.
...
Specify its szFormat parameter optional, and correctly initialize the
szMessage buffer.
2020-05-18 02:21:56 +02:00
Eric Kohl
6bfe4f68af
[LABEL][CMD] Convert the label command to a standalone executable
...
CORE-9444
2019-09-22 14:51:23 +02:00
Eric Kohl
432854ee18
[ATTRIB][CMD] Convert the 'attrib' command into a standalone executable
...
CORE-9444
2019-09-21 11:41:15 +02:00
Hermès Bélusca-Maïto
3f892a8d6b
[CMD] Add missing memory allocation NULL checks ( #161 ). CORE-8304
...
Adapted from a patch by Jacob S. Preciado.
Bring also the code suggestions emitted during review.
2018-08-21 14:02:24 +02:00
Hermès Bélusca-Maïto
a3b36f8d3e
[CMD] Don't reset bCtrlBreak too early.
...
This allows to break commands such as:
C:\ReactOS\system32> for %f in (*.*) do dir
as one would expect: stop the currently running 'dir' and the 'for'.
"bCtrlBreak" doesn't need to be volatile too.
2018-04-29 00:53:49 +02:00
James Woodcock
d7e71357dc
[CMD] Fix CTRL-C handling.
...
Using CTRL-C to cancel command line input would leave the prompt in
a state where the next command would be ignored. For example:
dir<CTRL-C>
dir
would cause cmd.exe to ignore the second dir command.
2018-04-28 22:16:58 +02:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00