da_rinkes wrote:
No the second doesn't work to, all working fine for 2-3 minutes and then he just stop my script.
When I run it self over PuttY, all working fine.
This is not the code you are using:
string command = "ulimit; Parameters[2].ToString";
cause this is nonsense ;)
Please paste your real code!
string command = "ulimit; " + Parameters[2].ToString;
thats right :DNo the second doesn't work to, all working fine for 2-3 minutes and then he just stop my script.
When I run it self over PuttY, all working fine.