Another 'newbie' question :)

Richard Spandit richard.news at spandit.uklinux.net
Sun Mar 4 16:19:11 CST 2001


Dan Kegel <dank at alumni.caltech.edu> wrote in message
news:3AA2B860.B8317DE4 at alumni.caltech.edu...
> Paul wrote:
> > > I have installed wine from 'codeweavers' via rpm onto my Red Hat 6.2
> > > system. ...
> > > wine c:\mnt\vfat\program files\microsoft office\office\winword.exe
> > > I get 'a failure status of 2' message and the following log report:
> > > /opt/wine/bin/wine.bin: cannot find 'c:mntvfatprogram'
> > >
> > > Is this just a syntax error? I've tried \ and / and include CAPS but
is
> > > it case sensitive?
> wine 'c:\mnt\vfat\program files\microsoft office\office\winword.exe'


Try

wine c:\program /files\mi (blah blah blah)

Remember you have already mounted your VFAT partition, so the mnt/vfat bit
is not needed (and will not work for that reason). I think you might have to
use double backslashes instead.

It's safer to use the UNIX-type structure, e.g.:

wine /mnt/vfat/program files/microsoft office/office/winword.exe

I always use "--managed" as well...


--
-------------------------------------------------
Richard Spandit
Firmly on the Linux wagon
SuSE 6.3, KDE 2.0
www.spandit.uklinux.net/







More information about the wine-users mailing list