cmd.exe: Wildcards in directory names for CD.
[wine] / programs / cmd / builtins.c
2007-03-08  Jason Edmeadescmd.exe: Wildcards in directory names for CD.
2007-03-08  Jason Edmeadescmd.exe: Support unquoted directories in CD command.
2007-03-08  Jason Edmeadescmd.exe: Add COLOR command.
2007-03-06  Francois GougetAssorted spelling fixes.
2007-03-05  Jason Edmeadescmd.exe: Add support for del file1 file2.
2007-03-05  Jason Edmeadescmd.exe: Add ASSOC command.
2007-03-05  Jason Edmeadescmd.exe: PROMPT option to show pushd levels.
2007-03-05  Jason Edmeadescmd.exe: Support rd dir1 dir2.
2007-03-01  Alexandre Julliardcmd: Fix silly local variables indentation that breaks...
2007-03-01  Alexander Farbercmd: Support /-Y and COPYCMD environment variable in...
2007-02-28  Jason Edmeadescmd.exe: Support del /a[:].
2007-02-28  Jason Edmeadescmd.exe: Support del /f.
2007-02-28  Jason Edmeadescmd.exe: Support del /p.
2007-02-28  Jason Edmeadescmd.exe: Prompt during del *.* and del *.
2007-02-28  Jason Edmeadescmd.exe: Add prompt for rd /s.
2007-02-27  Jason Edmeadescmd.exe: Make 'set t' show all vars starting with 't'.
2007-02-27  Jason Edmeadescmd.exe: Add rd /s support.
2007-02-26  Jason Edmeadescmd.exe: Add support for call :label and goto :label.
2007-02-26  Jason Edmeadescmd.exe: Add pushd and popd.
2007-02-23  Alexandre Julliardcmd: Remove execute permission on source files.
2007-02-21  Jason Edmeadescmd.exe: Support PATH= as a valid command.
2007-02-21  Jason Edmeadescmd.exe: Support :EOF in goto labels.
2007-02-21  Jason Edmeadescmd.exe: Support exit [/b] returncode.
2007-02-21  Jason Edmeadescmd.exe: Add "if defined ..." support.
2007-02-13  Kim Lilliestiernacmd: Fix the "move" command the same way as the "copy...
2007-01-23  Anatoly Lyutincmd: In function WCMD_goto() changed strcmp() to lstrcm...
2007-01-23  Anatoly Lyutincmd: Remove incorrect return in WCMD_if().
2006-12-27  Eric Pouechcmd: Fix 'copy foo bar/' which gave access denied errors.
2006-10-31  Markus Amslercmd: Check for argument in copy, mkdir, delete, goto...
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.