LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How do i run the .exe?? (https://www.linuxquestions.org/questions/programming-9/how-do-i-run-the-exe-645981/)

trainerscape 05-30-2008 10:13 PM

How do i run the .exe??
 
Okay well i have a Linux VPS and i am trying to run my moparscape server to make it dedicated. (TrainerScape, Nothing like RuneScape.)

I created the ip ect.
Uploaded it

First i tried doing
/root/trainerscape/run.exe

then it said

cannot execure binary file, so my friend said to rename it to a .sh

so i ran

/root/trainerscape/run.sh

Worked, but then it just brought up a command line and didnt do anything.

My friend said to run ./run.sh

now it says

"-Bash: ./run.sh: No such file or directory"

If someone can help me get this thing running ill appreciate it.

Add my msn if ya'd like. Jacobchapman3@hotmail.com. Im new to these forums, Sorry if this is the wrong forum. But i need help asap.

SciYro 05-30-2008 10:42 PM

If its a exe, its probably for Windows, try running it in wine:

Code:

wine /root/trainerscape/run.exe
And for what reason is that in the root users home directory?! Very, very, bad, go get a spanking and stop using root for normal work.

If wine dont work, tell us what file has to say:

Code:

file /root/trainerscape/run.exe


All times are GMT -5. The time now is 12:13 AM.