[Wine] Re: Windows Start in Folder?

Rein Klazes wijn at wanadoo.nl
Sat Feb 18 12:23:15 CST 2006


On Fri, 17 Feb 2006 22:41:12 -0500, in gmane.comp.emulators.wine.user
you wrote:

>Is there any way to emulate the Windows "Start In Directory" function
>when setting up a launcher for a program under Wine? I can do it in
>CrossOver Office but haven't yet clicked on how to accomplish this
>function under Wine

cd /path/to/programdir && wine program

If your launcher does not accept shell commands, you may have to feed it
to a shell:

sh -c "cd /path/to/programdir && wine program"

Rein.



More information about the wine-users mailing list