vServer

01/25/2014 14:56 DynamiteTNT#1
hello,

how can i start .exe on my vServer

i got debian 6.0 on it

btw im not sure if its the right section :(
01/25/2014 15:17 .Shalom#2
u cannot execute .exe on a vserver running debian... u can use shell_exec to execute commands.
01/25/2014 16:13 johhnyxD#3
you need [Only registered and activated users can see links. Click Here To Register...] to run windows executables on linux
01/25/2014 22:10 DynamiteTNT#4
how do i install it? :D
01/26/2014 12:35 desTenshi#5
Quote:
Originally Posted by johhnyxD View Post
you need [Only registered and activated users can see links. Click Here To Register...] to run windows executables on linux
Well that's only true if it's a .net file. Something written in C and compiled on windows wont run with mono. For this you need wine. what kind of programm you want to execute?

for installing something on debian you need sudo apt-get install mono for example.
But if it's really debian 6.x you should upgrade to debian 7.x since 6.x is out of date !