Displaying 1 result from an estimated 1 matches for "curseclient".
Did you mean:
closeclient
2008 Dec 08
2
I need to run windows program with command line parameters?
In 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 equ...