[Wine] How to pass flags (arguments) to an application

A. Tres Finocchiaro tres.finocchiaro at gmail.com
Sun Aug 9 09:55:45 CDT 2009


Instead of:

wine "C:\app.exe -flag"

have you tried:

wine "C:\app.exe" -flag

with the flag on the outside of the quotes?

-Tres

On Sun, Aug 9, 2009 at 1:10 AM, doh123<wineforum-user at winehq.org> wrote:
> I have less problems with programs if i use the "start" command...  I'm on Mac OS X but should be the same.
>
> for example.
> wine start /unix "/Users/doh23/Applications/MyGame.exe -windowed"
>
> this makes sure the working directory is set over to that same folder and launches
>
>
>
>
>
>



-- 
- Tres.Finocchiaro at gmail.com



More information about the wine-users mailing list