Hi, I have a problem passing multiple arguments to program running by wine. Lets say I want to run foo.exe and pass 3 args: one two five. I found I should use sth like wine -- foo.exe one two five but then my wine says "unable to run --". I tried many possibilities and found that wine one foo.exe works but I can pass only 1 arg... I have wine 20041019 (know its really old, but upgrading is out of me, moreover it seems that foo.exe runs well on that version) Thanks for any help Peter
Peter <pablos555@poczta.onet.pl> wrote:> I have a problem passing multiple arguments to program running by wine. > Lets say I want to run foo.exe and pass 3 args: one two five. I found I > should use sth like > wine -- foo.exe one two fiveIf the obvious 'wine foo.exe one two five' doesn't work, you'll need to use 'wine foo.exe -- foo.exe one two five' or 'wine foo.exe -- one two five'. One of these should do the trick. Daniel -- Read the Wine FAQ: http://winehq.org/site/docs/wine-faq/index Read the Wine User Guide: http://winehq.org/site/docs/wineusr-guide/index When you post: Which wine version? Self compiled or prepackaged?