[Wine] Re: multiple arguments problem

Daniel Skorka skorka at gmx.net
Mon Mar 19 00:55:15 CDT 2007


Peter <pablos555 at 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 five

If 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?


More information about the wine-users mailing list