Frédéric Delanoy <[email protected]> writes:

> In this hunk,
>
> -        wine notepad.exe /parameter1 -parameter2 parameter3
> -                                (calling program with parameters)
> +    wine notepad.exe readme.txt          (calling program with parameters)
>
> shouldn't the /parameter1 and -parameter2 remain? i.e. are '/' and '-'
> interchangeable?

There's nothing special about '/' or '-', the interpretation is up to
the application, we just pass the arguments through.

-- 
Alexandre Julliard
[email protected]


Reply via email to