msxml3: Fixed typo in create_bsc.
[wine] / programs / cmd / batch.c
2008-04-07  Francois GougetAssorted spelling fixes.
2008-02-25  Rob Shearmancmd: Fix character count passed to GetShortPathName...
2008-02-25  Rob Shearmancmd: Fix loop termination check in WCMD_batch.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-04  Lance Jacksoncmd: Fix some unclosed file and registry handles.
2007-09-12  Jason Edmeadescmd.exe: Fix redirect ordering on a command line.
2007-09-12  Jason Edmeadescmd.exe: Allow = and , to be delimiters.
2007-09-12  Jason Edmeadescmd.exe: Expand for variables at last with tilda modifi...
2007-07-25  Jason Edmeadescmd: Fix trap when batch pgm runs another batch pgm.
2007-06-18  Jason Edmeadescmd.exe: Fix FOR so it works as 'well' as before.
2007-06-18  Jason Edmeadescmd.exe: Support IF..ELSE processing tolerate multiline...
2007-06-18  Jason Edmeadescmd.exe: GOTO throws away any preloaded multi part...
2007-06-18  Jason Edmeadescmd.exe: Add basic support for && and (...) syntax.
2007-06-04  Jason Edmeadescmd.exe: Convert cmd to Unicode.
2007-06-04  Jason Edmeadescmd.exe: Move English constants into NLS files.
2007-03-08  Jason Edmeadescmd.exe: Support SHIFT /n option.
2007-03-06  Francois GougetAssorted spelling fixes.
2007-03-05  Francois Gougetcmd: Fix compilation on systems that don't support...
2007-03-01  Alexandre Julliardcmd: Fix silly local variables indentation that breaks...
2007-02-28  Jason Edmeadescmd.exe: Fix parameter parsing returns.
2007-02-28  Jason Edmeadescmd.exe: Prompt during del *.* and del *.
2007-02-26  Jason Edmeadescmd.exe: Unify parsing and expansion.
2007-02-26  Jason Edmeadescmd.exe: Add support for call :label and goto :label.
2007-02-23  Alexandre Julliardcmd: Remove execute permission on source files.
2007-02-23  Jan Zerebeckicmd: Remove redundant const.
2007-02-21  Jason Edmeadescmd.exe: Add support for env vars DATE, TIME, CD.
2007-02-21  Jason Edmeadescmd.exe: Add support for %ERRORLEVEL% in both batch...
2007-02-21  Jason Edmeadescmd.exe: Add ~ modifiers for %0-9.
2007-02-21  Jason Edmeadescmd.exe: Add support for %*.
2007-02-21  Jason Edmeadescmd.exe: Support exit [/b] returncode.
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.