[Wine] Re: WinMSS error messages

lahmbi5678 wineforum-user at winehq.org
Sun Dec 27 15:12:51 CST 2009


To change into some directory with spaces you can either put the directory in quotes:

cd "whatever/Program Files" 

or type '\ ' (without the single quotes), this is called escaping:

cd whatever/Program\ Files







More information about the wine-users mailing list