gerard patel <[EMAIL PROTECTED]> writes:

> Loading a program with a parameter, like :
> wine "c:\someprog.exe d:\somedata.txt"
> is not working anymore, though ( seems that the ProcessInitWine in 
>scheduler/process.c is missing
> some test for a space in the command line)

This is a feature... Wine can now only execute a single binary at a
time, so it uses the whole command-line instead of only the first
arg. If you remote the quotes it should work.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to