Implemented GetAncestor and removed WIN_GetTopParent.
[wine/gsoc_dplay.git] / programs / wcmd / ChangeLog
blob86698bf31dad342a329c668951ef800f274b4c38
1 v0.17 - 4 June 2001
2 - Simple pipes now work, using temporary files (the DOS way).
4 v0.16 - 1 April 2001
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.
11 v0.14 - 1 August 2000
12 Errorlevel support added
13 Most errors reported via FormatMessage()
14 COPY command now works correctly if output specifier is a directory.
16 v0.13 - 30 July 2000
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).
28 v0.12 - 4 July 1999
29 FOR and IF commands added.
30 MOVE command added, but no wildcard support.
31 Redirection added.
32 Fixed TIME (was reporting in GMT).
33 More help text.
35 v0.11 - 20 June 1999
36 Batch command parameters (and the SHIFT command) added.
37 GOTO added.
38 Batch invokation (including CALL) now functions correctly
39 VERIFY command added as a stub.
41 v0.10 - 2 June 1999
42 Additional help text and error codes.
44 v0.09 - 5 May 1999
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.
50 v0.08 - 21 Mar 1999
51 Invoke an AUTOEXEC.BAT file if it exists in the root directory of the startup drive.
53 v0.07 - 8 Mar 1999
54 Can now be compiled as a WineLib app (conditional code added).
55 Additional help text.
56 Icon added to resources (the Wine-glass).
58 v0.06 - 23 Feb 1999
59 Help text moved into resource file to allow localisation.
60 Simple batch files (without parameters) can be executed.
62 v0.05 - 17 Feb 1999
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). 
68 v0.04 - 7 Feb 1999
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.
74 PAUSE command.
75 Preliminary coding for batch files.
77 v0.03 - 5 Feb 1999
78 Added relative path and alternate drive support to DIR, also free disk space
79 (32-bit only!).
81 v0.02 - 27 Jan 1999
82 Added change-drive code.
84 v0.01 - 25 Jan 1999
85 Initial version.