execute windows_executable under Linux


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers execute windows_executable under Linux
# 1  
Old 11-17-2006
Error execute windows_executable under Linux

Hi everybody:
I would like to know, if it is possible a program compiled under windows_XP, which it has been created such executable *.exe, execute it under Linux Mandriva 2006.
Thanks in advance.
Best regards to everybody.
Smilie
tonet
# 2  
Old 11-17-2006
The WINE program can load and run Windows executables on an x86 machine, but they won't always work. It's often difficult for large programs, they expect lots of things to be in the registry; and games that demand Direct3D just plain won't work since WINE doesn't have it.

Cedega supports Direct3D, but is a costly commercial program.

Frankly, if you want to run Windows programs, it's easiest to use Windows; Linux is not FreeWindows_XP, and will constantly disappoint you if that's what you want it for. If you're determined to use Linux you should look for Linux alternatives instead of carrying all your old software with you.
# 3  
Old 11-18-2006
Maybe VMWare will do it?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

PHP is not execute the query from mysql in Linux

Hi , I have ran the php script from Linux box. It is running, But I can able to see any html content. There is no mysql data on that page. I have checked . 1) Mysql and data bases are connected successfully. Please help and guild me If I missed any think during the configuration. ... (13 Replies)
Discussion started by: Mani_apr08
13 Replies

2. Red Hat

How to execute linux script line by line

Hi All, I have created one startup.sh file. which contain below script. I want to start all service(meclipse, mycomputer,firefox..) with single shot. My problem is only one service can open at a time. If i close that particular service only second service will start. cd... (3 Replies)
Discussion started by: stsivaraj
3 Replies

3. Shell Programming and Scripting

Shell Linux to connect to a database and execute store procedure

HI, i want to write a script (Linux) that: 1) connect to a database oracle 2) execute some store procedure. Can anybody help me, please? Thanks a lot Andrew (3 Replies)
Discussion started by: manichino74
3 Replies

4. Shell Programming and Scripting

execute c

i wish to have a shell script which receives the file name and path (from the user) to a text file that contains a c program and compiles the program code using gcc and displays the execution of the compiled file (which is saved as filename.c) in the terminal / konsole Can any one help me by... (1 Reply)
Discussion started by: anurag.mishra1
1 Replies

5. Shell Programming and Scripting

Not able execute 'expr' in RedHat Linux 2.6.9-22.EL

Hi, I am very new to Shell Scripting and am using Redhat Linux 2.6.9.-22.EL kernal version. When I am executing one statement like below I am getting the below mentioned error: $ x=50 $ y=10 $ z=`expr x / y` expr: non-numeric argument $ Could anyone help in this how to resolve? ... (3 Replies)
Discussion started by: listenanil
3 Replies

6. Shell Programming and Scripting

execute

Hi All I have a file containing the following information SOURCESERVER DESTINATIONSERVER DESTINATIONENVIRONMENT CONDITION I was trying to read and then execute the conditions,like if SOURCESERVER is XXXX0001 and the DESTINATIONSERVER is XXXX0002 and the DESTINATIONENV is YYY the... (3 Replies)
Discussion started by: bkan77
3 Replies

7. Shell Programming and Scripting

script execute or no execute

o hola.. Tengo un script que se ejecuta bajo una tarea del CronJOb del unix, tengo la version 11 de unix, mi script tiene un ciclo que lee unos archivos .txt luego cada uno de esos archivos debe pasar por un procedimiento almacenado el cual lo tengo almacenado en mi base de datos oracle 10g,... (4 Replies)
Discussion started by: Kespinoza97
4 Replies

8. Shell Programming and Scripting

Need to execute 2 scripts, wait, execute 2 more wait, till end of file

:cool: I need to execute a shell script to do the following: cat a file run two back ground processes using the first two values from the file wait till those background processes finish run two more background processes using the next two values from the file wait till those background... (1 Reply)
Discussion started by: halo98
1 Replies

9. Shell Programming and Scripting

how to execute C code in linux machine

Hi. I have a C code i want to run that code in linux machine. i tried with CC command. but CC command not in my bin dir. how to run that script. regards rajan (3 Replies)
Discussion started by: rajan_ka1
3 Replies

10. UNIX for Dummies Questions & Answers

Execute script on Unix/Linux from Windows

Hello ALL, Does anyone know how I can execute a script on Unix or Linux? Details: This execution needs to start from Windows and I need to pass some parameters to the script. If anyone knows how to execute, please, let me know. Please, send me an example how it is possible. Thanks. (4 Replies)
Discussion started by: brbillyh
4 Replies
Login or Register to Ask a Question