On Sun, 30 Jul 2000, Jason Edmeades wrote:
>Hello,
>
>Please bear in mind this is my first ever attempt at any wine
>programming, and
>certainly my first ever patch, so please let me know if there is
>anything I
>should have done differently:
>
>Changes:
>1. Make wine honour a comspec env var set up in wine.conf
>2. Changes to wcmd for better batch support:
> - 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
Patches created using diff -u are preferred I believe - they're easier to
understand by eye if nothing else.
The changes look good. I have a couple more to submit in the next few days
(when I finally fix the FormatMessage() stuff); an implementation of the
ERRORLEVEL concept and a change to COPY to do the Right Thing when the
output specifier is a directory.
Dave Pickles