add parameters to the application

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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'








[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux