Christian Costa
|
faa23d2a16
|
cmd: Move externals list at the same place as the builtins one so it's easier to known how a command is implemented.
|
2011-09-12 11:10:53 +02:00 |
Frédéric Delanoy
|
6e506eaea9
|
cmd: GOTO is a no-op and doesn't output anything in interactive mode.
|
2011-09-12 10:07:50 +02:00 |
Christian Costa
|
908834feef
|
cmd: Add help info for xcopy.
|
2011-09-09 15:00:14 +02:00 |
Frédéric Delanoy
|
712276c7bf
|
cmd: Fix IF operands parsing for '==' operator.
|
2011-09-08 20:08:07 +02:00 |
Frédéric Delanoy
|
3627c28958
|
cmd: Add an output parameter to WCMD_parameter to point to the end of the extracted param, if requested.
|
2011-09-08 20:08:07 +02:00 |
Frédéric Delanoy
|
191056ad5c
|
cmd: Clarify WCMD_if function.
|
2011-09-08 20:08:07 +02:00 |
Christian Costa
|
ccbae4fa6e
|
cmd: Launch the command with the /? option for external commands shipped with cmd.exe.
|
2011-09-07 11:38:08 +02:00 |
Christian Costa
|
7b41ffbf61
|
attrib: Move implementation from cmd.exe to the standalone command.
|
2011-09-06 13:25:50 +02:00 |
Frédéric Delanoy
|
02ef576739
|
cmd: Fix echo's special ';' handling.
|
2011-09-01 18:06:39 +02:00 |
Frédéric Delanoy
|
97b074d2da
|
cmd: Fix invalid RegSetValueExW call in WCMD_assoc.
|
2011-08-30 16:56:03 +02:00 |
Frédéric Delanoy
|
18ac6e1a2c
|
cmd: Ensure WCMD_assoc error messages are sent to stderr instead of stdout.
|
2011-08-30 16:55:50 +02:00 |
Frédéric Delanoy
|
003bdf8e69
|
cmd: Ignore trailing whitespace when using cd.
|
2011-08-29 13:55:12 +02:00 |
Frédéric Delanoy
|
325bfc72e0
|
cmd: Quiet a noisy 'FOR /F' fixme.
|
2011-08-26 11:33:07 +02:00 |
Frédéric Delanoy
|
ef70d88be0
|
cmd: Make some WCHAR arrays static.
|
2011-08-26 11:32:35 +02:00 |
Frédéric Delanoy
|
09655aca95
|
cmd: Misc tab fixes.
|
2011-08-25 14:51:16 +02:00 |
Frédéric Delanoy
|
eda33f22ff
|
cmd: Fix if/else tab handling.
|
2011-08-25 14:51:02 +02:00 |
Frédéric Delanoy
|
7b125126a7
|
cmd: Fix FOR tab handling.
|
2011-08-25 14:50:31 +02:00 |
Frédéric Delanoy
|
20fa3fe802
|
cmd: Fix FOR tab handling.
|
2011-08-24 14:01:13 +02:00 |
Frédéric Delanoy
|
6572de3cfa
|
cmd: Fix ECHO tab issues.
|
2011-08-24 14:01:03 +02:00 |
Frédéric Delanoy
|
ff501904a7
|
cmd: Constify some function parameters.
|
2011-08-23 16:53:50 +02:00 |
Frédéric Delanoy
|
bb47576f59
|
cmd: Rename WCMD_strtrim_leading_spaces to WCMD_skip_leading_spaces to better reflect its purpose.
|
2011-08-23 16:53:50 +02:00 |
Frédéric Delanoy
|
303af43ff5
|
cmd: Fix a FOR parsing bug when multiple spaces follow an IN.
|
2011-08-23 16:53:50 +02:00 |
Frédéric Delanoy
|
0758390607
|
cmd: Clarify some trace messages.
|
2011-08-23 16:53:50 +02:00 |
Frédéric Delanoy
|
d1731eb98a
|
cmd: Use CSTR_* instead of hardcoded values as result of CompareStringW.
|
2011-08-23 16:53:49 +02:00 |
Dan Kegel
|
6990cdfe96
|
cmd: mkdir: Set errorlevel and output error message if final directory already exists.
|
2011-08-03 17:46:05 +02:00 |
Dan Kegel
|
3cd864bdf8
|
cmd: mkdir: Set errorlevel on invalid argument.
|
2011-08-03 17:45:01 +02:00 |
Dan Kegel
|
15ce9a5784
|
cmd: mkdir: Handle multiple arguments.
|
2011-08-03 17:44:53 +02:00 |
Frédéric Delanoy
|
25fcad3768
|
cmd: Partial fix for echo's special ':' handling.
|
2011-07-28 18:55:07 +02:00 |
Frédéric Delanoy
|
4b4dd300f6
|
cmd: Avoid excess newline after TYPE outputs file contents.
|
2011-07-15 17:07:51 +02:00 |
Dan Kegel
|
32ea7d1f2e
|
cmd: WCMD_delete: fix /s for dirnames containing spaces, add test.
|
2011-06-02 17:24:58 +02:00 |
Dan Kegel
|
3ccfbaef70
|
cmd: WCMD_delete: move "Delete *.* ?" processing into WCMD_delete_confirm_wildcard.
|
2011-05-31 18:32:59 +02:00 |
Dan Kegel
|
ff1e7038b2
|
cmd: del /a: test deleting readonly files, with fix.
|
2011-05-24 13:26:04 +02:00 |
Dan Kegel
|
65b27c9ecd
|
cmd: del /a: move parsing of attributes to helper function, use bitmasks.
|
2011-05-24 13:25:46 +02:00 |
Detlef Riekenberg
|
f29674e86f
|
cmd: Do not reset errorlevel during SET.
|
2010-12-20 12:47:42 +01:00 |
Detlef Riekenberg
|
7045e478a8
|
cmd: Add CHOICE builtin with DOS6 to XP commandline parameter.
|
2010-12-20 12:47:41 +01:00 |
Detlef Riekenberg
|
d62c6bb77f
|
cmd: Allow GOTO to a label which has a following whitespace, with test.
|
2010-12-13 12:43:33 +01:00 |
Jason Edmeades
|
32c8b46633
|
cmd: echo.word should echo back the word without the .
|
2010-09-08 19:49:30 +02:00 |
Gerald Pfeifer
|
0d527532fa
|
cmd: Remove variable copyFromDir which is not really used from WCMD_copy.
|
2010-05-10 10:12:03 +02:00 |
Gerald Pfeifer
|
5b0de0d569
|
cmd: Remove variable useinput which is not really used from WCMD_more.
|
2010-05-05 10:52:51 +02:00 |
Gerald Pfeifer
|
02a0bd3a00
|
cmd: Remove variable doRecursive which is not really used from WCMD_for.
|
2010-05-03 15:35:11 +02:00 |
Nikolay Sivov
|
e22f6aa6e3
|
cmd: Ignore spaces before goto label.
|
2010-03-24 19:02:06 +01:00 |
Arjun Comar
|
a607f53779
|
cmd: Fix cmd to take /? as a help parameter.
|
2010-03-04 17:31:05 +01:00 |
Dan Kegel
|
8110dde8ae
|
cmd: Fix 'else', with tests.
|
2010-02-18 12:43:00 +01:00 |
Dan Kegel
|
15998c2bdb
|
cmd: Size buffer in create_full_path() correctly.
|
2010-02-03 11:07:14 +01:00 |
Trey Hunner
|
afb374b7aa
|
cmd: Add support for 'if /i'.
|
2010-02-02 11:59:33 +01:00 |
Alexandre Julliard
|
79b00726f2
|
cmd: Use the explicit name for all A/W function.
|
2009-12-09 18:52:40 +01:00 |
Andrew Nguyen
|
203c538aaa
|
cmd: Fix copy option handling in batch mode.
|
2009-10-06 11:51:57 +02:00 |
Dan Kegel
|
81e5c76a5f
|
cmd: Improve 'attrib' builtin to handle at least setting/clearing single attributes.
|
2009-09-25 14:00:17 +02:00 |
André Hentschel
|
765d9a1411
|
wcmd: Ignore start and end quotes.
|
2009-08-29 16:48:52 +02:00 |
Juan Lang
|
9c7ded0973
|
wcmd: Only execute non-empty commands.
|
2009-08-13 11:45:04 +02:00 |