Jason Edmeades
ce87522f84
cmd.exe: Implement a basic 'more'.
...
This implements a basic more, eg 'dir | more' or 'more file.c'
but it does not support the flags or keys which can control it.
Basically its not worth implementing those, as in some modes
we cannot read a single key, we have to wait for <enter> anyway.
2007-04-16 12:24:49 +02:00
Jason Edmeades
2f5bfc0f78
cmd.exe: Add prompting and COPYCMD plus /Y support to move.
2007-04-12 16:38:35 +02:00
Jason Edmeades
fc8a9a20c6
cmd.exe: Make dir support multiple parameters.
2007-04-06 12:31:08 +02:00
Jason Edmeades
4ef2f8ba1a
cmd.exe: Add TYPE multiple file support.
2007-03-13 12:02:29 +01:00
Jason Edmeades
9e041c6bc9
cmd.exe: Add support for FTYPE.
2007-03-13 11:58:19 +01:00
Francois Gouget
540d8186df
cmd: Fix compilation on systems that don't support nameless unions.
2007-03-12 12:08:33 +01:00
Jason Edmeades
612dc9d35d
cmd.exe: Support SHIFT /n option.
2007-03-08 13:38:27 +01:00
Jason Edmeades
86140e3fbb
cmd.exe: setlocal and endlocal should preserve drive and directory.
2007-03-08 13:37:10 +01:00
Jason Edmeades
e5a26bc24d
cmd.exe: Support PUSHD with wildcards.
2007-03-08 13:34:32 +01:00
Jason Edmeades
eb6d084fd6
cmd.exe: Support unquoted directories in CD command.
2007-03-08 13:33:10 +01:00
Jason Edmeades
e37463fab5
cmd.exe: Add COLOR command.
2007-03-08 13:30:20 +01:00
Jason Edmeades
a97d1200f3
cmd.exe: Add support for del file1 file2.
2007-03-05 12:58:07 +01:00
Jason Edmeades
79aa1a009f
cmd.exe: Add ASSOC command.
2007-03-05 12:56:48 +01:00
Jason Edmeades
8049ae1af8
cmd.exe: PROMPT option to show pushd levels.
2007-03-05 12:56:09 +01:00
Jason Edmeades
0efa91de15
cmd.exe: Support rd dir1 dir2.
2007-03-05 12:55:47 +01:00
Jason Edmeades
fe29ed41cc
cmd.exe: Support del /p.
2007-02-28 14:28:45 +01:00
Jason Edmeades
409368eb4c
cmd.exe: Prompt during del *.* and del *.
2007-02-28 14:28:26 +01:00
Jason Edmeades
fda7229b50
cmd.exe: Add prompt for rd /s.
2007-02-28 14:28:16 +01:00
Jason Edmeades
98ae8a6941
cmd.exe: Unify parsing and expansion.
2007-02-26 13:50:21 +01:00
Jason Edmeades
327d7ef9e6
cmd.exe: Add support for call :label and goto :label.
2007-02-26 13:49:21 +01:00
Jason Edmeades
365f86fd7e
cmd.exe: Add pushd and popd.
2007-02-26 13:45:48 +01:00
Alexandre Julliard
cdca32c12e
cmd: Remove execute permission on source files.
2007-02-23 12:51:55 +01:00
Jason Edmeades
c36664891c
cmd.exe: Support exit [/b] returncode.
2007-02-21 11:42:43 +01:00
Dan Kegel
39857443e4
programs/wcmd: Rename to programs/cmd.
2006-09-07 15:08:44 +02:00