[Wine] Path confusion

Charity Abbott angeliqer at gmail.com
Sat Apr 21 16:04:02 CDT 2007


true, you have to type

cd /usr/local/program/
wine /usr/local/program/program.exe

but it will then execute from /usr/local/program

On 4/21/07, Vojtěch Spiwok <Vojtech.Spiwok at vscht.cz> wrote:
> Dear James,
> Thank you for the tip, but I'm affraid
> that it does not work. The program calls
> \subdir\some_file and not
> subdir\some_file
>
> Cheers
>
> Vojtech Spiwok
>
> >> Dear wine gurus,
> >>
> >> I'm trying to run a program installed like this:
> >>   /usr/local/program/program.exe
> >> which also contains a subdirectory:
> >>   /usr/local/program/subdir/
> >> with some files. When typing:
> >>   $ wine /usr/local/program/program.exe
> >> I get an error mesage like:
> >>   "File \subdir\some_file not found!"
> >> The problem can be solved by putting
> >> the subdir to the root directory of the
> >> computer so I have:
> >> /bin
> >> /boot
> >> /dev
> >> ...
> >> /subdir
> >> ...
> >> Do you know some more elegant solution
> >> by setting some environment variable or
> >> by giving wine some parameter?
> >>
> >
> > $ cd /usr/local/program/
> > $ wine program.exe
> >
>
>
> _______________________________________________
> wine-users mailing list
> wine-users at winehq.org
> http://www.winehq.org/mailman/listinfo/wine-users
>


More information about the wine-users mailing list