[Wine] Re: Run-Time Error 445
vitamin
wineforum-user at winehq.org
Wed May 7 07:49:54 CDT 2008
richandcreamy wrote:
> Well I feel like a major dunce. I confused the setup exe for the program exe [Embarassed] I have a launcher on my desktop not the exe. sigh my bad guys.
>
> (wait is launcher and exe the same thing? no right?)
>
> Ok so the actual location is
>
> /proc/7776/fd/3/drive_c/Program Files/FriendBlasterPro
>
> but I can't CD to it?
>
> I can get as far as /proc/7776/fd/3/drive_c/ but then it says Program Files doesn't exist?
Well no that path is not correct. Your home directory is "$HOME" or "~" for short. You can use auto completion in the terminal. Start typing the path, then hit [tab]. So you type:
Code:
cd ~/.wine/drive_c/P
Then hit [tab].
For spaces you can "escape" them with backslash ex:
Code:
cd ~/.wine/drive_c/Program\ Files
More information about the wine-users
mailing list