On Fri, 14 Feb 2003, J. Grant wrote: [...]
This could be a something to try, however I cannot find out the command line, in man page or by guessing.
Is it something like "wcmd -vars=BLAH=moo" d-aliegri mentioned this on #winehq
No, I mean:
$ export BLAH=moo $ wcmd
IOW, just set the Unix environment variable before starting wine. Or to automate things, write a script that executes the above two commands, or edit wcmd itself (I believeit is a shell script that invokes the wineloader).