Code: Select all
"C:\Program Files\Curse\CurseClient.exe" -url "%1"
How do I get wine to run the correct equivalent to the above command?
PS: Sorry I know it's a poorly orchestrated explanation of the problem...
Code: Select all
"C:\Program Files\Curse\CurseClient.exe" -url "%1"
You didn't give exact command you are trying to run (with Wine) so I guessIn Windows; to have Firefox pass psyn links to the Curse client I use this
command:
Code:
"C:\Program Files\Curse\CurseClient.exe" -url "%1"
but when I try to get Linux's Firefox to pass the psyn link to the Curse
client running in wine, wine of course assumes that -url and the quotation
marks are for it and not the actual Windows command it's meant to run. How
do I get wine to run the correct equivalent to the above command?
To make better explanation you need to provide exact commands you are tryingPS: Sorry I know it's a poorly orchestrated explanation of the problem...
If you are passing this from Linux you might need to add the graveIn Windows; to have Firefox pass psyn links to the Curse client I use this command:
Code:
"C:\Program Files\Curse\CurseClient.exe" -url "%1"
James McKenziebut when I try to get Linux's Firefox to pass the psyn link to the Curse client running in wine, wine of course assumes that -url and the quotation marks are for it and not the actual Windows command it's meant to run.
How do I get wine to run the correct equivalent to the above command?
PS: Sorry I know it's a poorly orchestrated explanation of the problem...