[Wine] add parameters to the application

EiOL wineforum-user at winehq.org
Fri Oct 31 09:15:10 CDT 2008


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'









More information about the wine-users mailing list