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. _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users