2 FOR and IF commands added.
3 MOVE command added, but no wildcard support.
5 Fixed TIME (was reporting in GMT).
9 Batch command parameters (and the SHIFT command) added.
11 Batch invokation (including CALL) now functions correctly
12 VERIFY command added as a stub.
15 Additional help text and error codes.
18 Directory byte counts and disk free space are reported with commas and in 64-bit.
19 File sizes have commas but are computed in 32 bits.
20 Handling of DIR /S on non-current path corrected.
21 DEL with wildcard or directory name works correctly.
24 Invoke an AUTOEXEC.BAT file if it exists in the root directory of the startup drive.
27 Can now be compiled as a WineLib app (conditional code added).
29 Icon added to resources (the Wine-glass).
32 Help text moved into resource file to allow localisation.
33 Simple batch files (without parameters) can be executed.
36 Fixed problem with DIR command & long, complex relative paths.
37 DIR /S and /P implemented.
38 Date and time in PROMPT localised.
39 More work on batch files (they are echoed to screen but not executed).
42 Command-line qualifiers /c /q /k implemented (as NT's CMD.EXE).
43 ECHO command implemented, though echo mode is not honoured.
44 Environment variables in commands (eg %envvar%) expanded.
45 REN and COPY added, but no wildcard support or relative paths.
46 Filenames in quotes now handled.
48 Preliminary coding for batch files.
51 Added relative path and alternate drive support to DIR, also free disk space
55 Added change-drive code.