Results 1 to 2 of 2
can anyone point me on commands for running/installing applications under WINE using BASH/Console?
I'm using Fedora 10...
- 03-02-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 55
installing exe files with WINE using Console
can anyone point me on commands for running/installing applications under WINE using BASH/Console?
I'm using Fedora 10
- 03-03-2009 #2
You get inside the directory where the .exe is located with the 'cd' command and put wine before it...
To run, you'll need to get inside the directory where the actual executable is inside the .wine directory. As a "for instance," I run the old game "Trespasser" with wine so first I go to that directory:Code:wine app_to_install.exe
Then:Code:cd ~/.wine/drive_c/Program\ Files/DreamWorks\ Interactive/Trespasser
If this is your first time with wine, please know it is not a magic application that changes your Linux machine into Windows. Wine runs some Windows programs very well and others not at all. Mostly it runs them somewhere between these two extremes.Code:wine trespass.exe


Reply With Quote