Another 'newbie' question :)

Dan Kegel dank at alumni.caltech.edu
Sun Mar 4 15:49:20 CST 2001


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?

Try

wine 'c:\mnt\vfat\program files\microsoft office\office\winword.exe'

or 

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

- Dan





More information about the wine-users mailing list