12.04.2011, 15:19
I just got (almost) the same problem. I'm able to execute the executable file, but it gives me the lines, that had been mentioned above, as an output. Any suggestions?
For those that care, it's java code, here the (relavant) lines:
The code works so far, but I get the output that has been mentioned above.
Thanks in advance.
For those that care, it's java code, here the (relavant) lines:
pawn Код:
Process proc=null;
Runtime rt=Runtime.GetRuntime();
proc=rt.getRuntime().exec("C:\\Samp\\sampserver.exe");
Thanks in advance.