[Wine] add parameters to the application

Austin English austinenglish at gmail.com
Fri Oct 31 12:46:37 CDT 2008


On Fri, Oct 31, 2008 at 9:15 AM, EiOL <wineforum-user at winehq.org> wrote:
> I'm trying to open the server for a game in linux by Wine, the game opens in a single window.
> More I have to add some parameters to the executable can run.
> For example in windowns would be:
>
> Code:
> C:\Game\Server.exe +set dedicated 2 +set sv_punkbuster 1 +exec server.cfg +map_rotate
>
>
>
> In the wine I tried something like,
>
>
> Code:
>
> wine Server.exe +set dedicated 2 +set sv_punkbuster 1 +exec server.cfg +map_rotate
>
>
>
> and
>
>
> Code:
> wine "Server.exe +set dedicated 2 +set sv_punkbuster 1 +exec server.cfg +map_rotate"
> wine 'Server.exe +set dedicated 2 +set sv_punkbuster 1 +exec server.cfg +map_rotate'
>
>
>
>
>
>
>
>

http://wiki.winehq.org/FAQ#head-80b94e549296d29f579c01f5682babb75ce3e40b

-- 
-Austin



More information about the wine-users mailing list