PDA

View Full Version : [ubuntu] i need help with ,exe files


rayz321
July 14th, 2008, 12:18 PM
ok here is my problem whenever i download a .exe file it will not open i have wine but that still will not work this is the file that i download and it will not work i hit open with wine then nothin opens i do extract it to this is the file i am trying to get to work

Het Irv
July 14th, 2008, 12:30 PM
Wine may not work with your program, to check compatiblity go to www.appdb.org and seach for your program.

avtolle
July 14th, 2008, 12:30 PM
Generally, exe files will not open in Linux; most exe files are Windows files, a completely different O/S from Linux (and from Mac OX X, e.g.). An exception is provided by Wine, with which I've no experience. It these files are important to you, then you need to either dual boot Windows and Linux, or run Windows from a virtual machine installed under Linux.

mzhb@mac.com
July 14th, 2008, 12:33 PM
what is the output when you use wine to that file?

rayz321
July 14th, 2008, 12:40 PM
i do not know it might be (wine start /unix %f) or how do you tell?

tramir
July 14th, 2008, 12:45 PM
Start a terminal, go to the folder where you downloaded the .exe (cd path/to/exe), and type
wine name_of_exe

(replace "path/to/exe" with the folder where you downloaded the file and "name_of_exe" with the filename of the exe file, including the extension). Paste here the output of that command.