Added Wine command-line interpreter.
[wine/wine-kai.git] / programs / wcmd / ChangeLog
blob5777341721de79d1e122aedae9eeb63ce7af1e40
2 v0.10 - 2 June 1999
3 Additional help text and error codes.
5 v0.09 - 5 May 1999
6 Directory byte counts and disk free space are reported with commas and in 64-bit.
7 File sizes have commas but are computed in 32 bits.
8 Handling of DIR /S on non-current path corrected.
9 DEL with wildcard or directory name works correctly.
11 v0.08 - 21 Mar 1999
12 Invoke an AUTOEXEC.BAT file if it exists in the root directory of the startup drive.
14 v0.07 - 8 Mar 1999
15 Can now be compiled as a WineLib app (conditional code added).
16 Additional help text.
17 Icon added to resources (the Wine-glass).
19 v0.06 - 23 Feb 1999
20 Help text moved into resource file to allow localisation.
21 Simple batch files (without parameters) can be executed.
23 v0.05 - 17 Feb 1999
24 Fixed problem with DIR command & long, complex relative paths.
25 DIR /S and /P implemented.
26 Date and time in PROMPT localised.
27 More work on batch files (they are echoed to screen but not executed). 
29 v0.04 - 7 Feb 1999
30 Command-line qualifiers /c /q /k implemented (as NT's CMD.EXE).
31 ECHO command implemented, though echo mode is not honoured.
32 Environment variables in commands (eg %envvar%) expanded.
33 REN and COPY added, but no wildcard support or relative paths.
34 Filenames in quotes now handled.
35 PAUSE command.
36 Preliminary coding for batch files.
38 v0.03 - 5 Feb 1999
39 Added relative path and alternate drive support to DIR, also free disk space
40 (32-bit only!).
42 v0.02 - 27 Jan 1999
43 Added change-drive code.
45 v0.01 - 25 Jan 1999
46 Initial version.