You are not logged in.
Pages: 1
I installed Wine and its inspiring how well this Windows emulator has developed. Quicken 2003 runs smoothly. Thought replacing my Win4Lin 3 with Wine, which will not run with kernel 2.6.
<b>Question:</b>
1. How to run applications located in folder ~/Program Files/? Cannot find the exe file because of the space between "Program" and "Files".
Example:
wine /mnt/win_c/Program Files/Quicken/qw.exe
2. How to install applications in ~/.wine/fake_windows
Markku
Offline
The first one i can help you with, the second one i guess is in ~/.wine/config
to run such an app do
wine /mnt/win_c/Program Files/Quicken/qw.exe
instead of
wine /mnt/win_c/Program Files/Quicken/qw.exe
Offline
WINE isn't a emulator. It's a API wrapper.
*the man who says GNU/Linux*
1) A backwards slash ( ) escapes characters like space. or use put quotes around the whole thing, like:
"this is my file name with spaces.totally.bz2"
2) Just install them in WINE.
Offline
Thanks!
WINE is great. Did few tests with MS Office 2002 (WinWord, Excel and PowerPoint) and PhotoShop 5.0, all running nicely.
Markku
Offline
Pages: 1