[Wine] Re: Program links result in error

vitamin wineforum-user at winehq.org
Tue Mar 30 00:26:37 CDT 2010


benstyr wrote:
> I created a executable script in the Rosetta Stone folder with the following code:
> 
> [#!/bin/bash
> cd $HOME/.wine/drive_c/Program\ Files/Rosetta\ Stone/Rosetta\ Stone\ V3
> wine RosettaStoneVersion3.exe]

To make this work with a link you need to specify correct work directory (the directory with the executable). Alternatively you can use 'wine start /path/program.exe'), which should work in your case.







More information about the wine-users mailing list