Frédéric Delanoy frederic.delanoy@gmail.com 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.