[Wine] Oblivion has encountered a serious bug

Martin Gregorie martin at gregorie.org
Thu Aug 26 11:59:54 CDT 2010


On Thu, 2010-08-26 at 10:45 -0500, Mindrifter wrote:
> I'm trying to get to the program files through the terminal but it says
> 
> .wine/dosdevices/c:/Program: No such file or directory
> 
The shell always treats speces as argument separators, so put quotes
round the path: 

".wine/dosdevices/c:/Program File/..." 

or escape the spaces, which tells shell that the escaped space isn't an
argument separator:

.wine/dosdevices/c:/Program\ File/...


Martin






More information about the wine-users mailing list