http://bugs.winehq.org/show_bug.cgi?id=13890
--- Comment #5 from Austin English austinenglish@gmail.com 2008-06-16 06:51:56 --- (In reply to comment #4)
Problem is when I use the cd command I get this: luke@luke-desktop:~$ cd ~/.wine/drive_c/Program Files/Zmodeler bash: cd: /home/luke/.wine/drive_c/Program: No such file or directory
Either enclose it in quotes, or escape the space:
luke@luke-desktop:~$ cd "~/.wine/drive_c/Program Files/Zmodeler" or luke@luke-desktop:~$ cd ~/.wine/drive_c/Program\ Files/Zmodeler