[Wine] running .exe with space in path and getting a crash

Declan Moriarty junk_mail at iol.ie
Mon May 21 15:51:50 CDT 2007


On Mon, 2007-05-21 at 15:03 +0300, Wladimir Mutel' wrote:

> 	wine /media/something/some\ folder\setup.exe

I think there's a mistake in that line.

each '/' is passed by the shell as a dir level.  '\' is usually used to
escape the next character, which then is a special character, but
there's nothing special about the 's'. 

Surely

 wine /media/something/some\ folder/setup.exe
                                  ^^^

-- 
Declan Moriarty <junk_mail at iol.ie>




More information about the wine-users mailing list