LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Wine (https://www.linuxquestions.org/questions/linux-newbie-8/wine-156511/)

KidMW14 03-11-2004 08:01 PM

Wine
 
Could someone please explain to me in plain English how to run a program through Wine once it is installed and I know what directory it's in?

TheOneAndOnlySM 03-11-2004 08:03 PM

what program are you trying to run?

if the program installed successfully, just do
cd /location/of/program
wine prog.exe

sometimes a program will need special commands like
wine war3.exe -- -opengl

KidMW14 03-11-2004 08:05 PM

where do i type this in first of all,

and second, could you tell me exactly what to type if the .exe file is installed to /home/max/.wine/fake_windows/program files/adobe phtoshop elements?

TheOneAndOnlySM 03-11-2004 08:09 PM

check your other thread

get into a terminal (right click on the desktop, new terminal); become familiar with tabbed autocompletion (type first few letters of dir or file and hit TAB; also make sure you use caps when necessary, linux is Case Sensitive)
do
cd /home/max/.wine/fake[TAB]/Prog[TAB]/Adobe[TAB]
wine Filename.exe


All times are GMT -5. The time now is 01:36 PM.