On Mon, Nov 21, 2011 at 11:19 AM, newguy <wineforum-user@xxxxxxxxxx> wrote: > you are right, I tried it without the under scores first, Was having many attempts to try and get it to work > > cd '~/.wine/dosdevices/c:/Program Files/WBFS/WBFS Manager 3.0' > > I tried this and got the same message. Try this: cd "$HOME/.wine/drive_c/Program Files/WBFS/WBFS Manager 3.0" If you get a file not found error, please do the following: [code] cd "$HOME/.wine/drive_c/Program Files" ls [/code] and provide what is returned. Thank you. James