Francois Gouget
cfc3943c5f
Make our ascii strings static const.
...
Remove a couple string variables that were used only once and use the
string literal directly.
2004-05-04 04:13:05 +00:00
Mike McCormack
9643b79842
Implement setlocal/endlocal.
2004-03-22 22:56:58 +00:00
Alexandre Julliard
647dec8403
Removed useless #ifdef WINELIB.
2003-12-13 03:22:02 +00:00
Daniel Marmier
8e5bb20542
Fixed warnings with gcc option "-Wwrite-strings".
2003-10-09 04:39:01 +00:00
Alexandre Julliard
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
...
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Eric Pouech
841d9828e9
- made support for paged output a generic feature in wcmd
...
- rewrote DIR command accordingly
2003-02-25 03:58:42 +00:00
Sylvain Petreolle
fdd0bfa13c
Fixed handling of PATH command with spaces.
2003-02-11 22:01:11 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Jason Edmeades
bcc6256bf0
Add support for the 'title' command.
2002-05-04 18:29:31 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Dave Pickles
64fba1cb84
- Report file and directory sizes using 64-bit arithmetic (like NT).
...
- Handle pipes in commands.
2001-06-04 02:55:38 +00:00
Jason Edmeades
a5910f45bd
- Support whitespace around commands better, and support the @
...
prefix better
- Enhance the set support to unset, display value error correctly
- Enhance the command line support for parms, and env var expansion
- Enhance the echo command to not loose whitespace, and display
output with % signs better
2000-08-01 02:14:33 +00:00
Dave Pickles
036a9f79a9
FOR and IF commands added.
...
MOVE command added, but no wildcard support.
Redirection added.
Fixed TIME (was reporting in GMT).
More help text.
1999-07-10 11:36:45 +00:00
Dave Pickles
5f8f4f77f5
Added more batch functionality, including the CALL GOTO and SHIFT
...
commands plus batch command arguments.
1999-06-26 10:24:08 +00:00
Dave Pickles
74f440eabf
Added Wine command-line interpreter.
1999-06-06 15:24:04 +00:00