"lahmbi5678" <wineforum-user@xxxxxxxxxx> wrote: > Alternatively you may put the argument of the cd-command in "" ... > > cd "~/.wine/dosdevices/c:/Programmi/Zuma's Revenge" <ENTER> Or use a shell glob pattern: cd ~/.wine/dosdevices/c:/Programmi/Zuma?s?Revenge <ENTER> It's perfectly OK, and frequently useful, to have a glob match just one name. (? matches any single character.)