2 - Simple pipes now work, using temporary files (the DOS way).
5 -File, directory and free space sizes are all now computed in 64 bits.
7 v0.15 - 31 October 2000
8 -Running console mode programs the interpreter now waits for the
9 program to exit before issuing the next prompt.
12 Errorlevel support added
13 Most errors reported via FormatMessage()
14 COPY command now works correctly if output specifier is a directory.
17 By Jason Edmeades (jason@the-edmeades.fsnet.co.uk)
18 -Enhanced 'if' support
19 -Use of PATHEXT env var (NT) - eg. run file with non-normal extension
20 if allowed through pathext
21 -Better searching of path for these files
22 -Support of .cmd as extension for batch (NT allows this)
23 -Support for %* as a batch option
24 -Lookup in registry for filetype to see how it should be launched
25 (HKEY_CLASSES_ROOT, then its name, getting shell->open->command and
26 launching the appropriate program).
29 FOR and IF commands added.
30 MOVE command added, but no wildcard support.
32 Fixed TIME (was reporting in GMT).
36 Batch command parameters (and the SHIFT command) added.
38 Batch invokation (including CALL) now functions correctly
39 VERIFY command added as a stub.
42 Additional help text and error codes.
45 Directory byte counts and disk free space are reported with commas and in 64-bit.
46 File sizes have commas but are computed in 32 bits.
47 Handling of DIR /S on non-current path corrected.
48 DEL with wildcard or directory name works correctly.
51 Invoke an AUTOEXEC.BAT file if it exists in the root directory of the startup drive.
54 Can now be compiled as a WineLib app (conditional code added).
56 Icon added to resources (the Wine-glass).
59 Help text moved into resource file to allow localisation.
60 Simple batch files (without parameters) can be executed.
63 Fixed problem with DIR command & long, complex relative paths.
64 DIR /S and /P implemented.
65 Date and time in PROMPT localised.
66 More work on batch files (they are echoed to screen but not executed).
69 Command-line qualifiers /c /q /k implemented (as NT's CMD.EXE).
70 ECHO command implemented, though echo mode is not honoured.
71 Environment variables in commands (eg %envvar%) expanded.
72 REN and COPY added, but no wildcard support or relative paths.
73 Filenames in quotes now handled.
75 Preliminary coding for batch files.
78 Added relative path and alternate drive support to DIR, also free disk space
82 Added change-drive code.