Dear all,
Thanks for the awesome discussion here. I found that it has lot of useful information. I have one problem is that cd command is not working. For example, if I type cd /home/
it does not gives any feedback.
Please see the code below:
var cmd = oss_second.RunCommand(textBox2.Text);
textBox1.Text = cmd.Result;
if I tried "ls" commands it works fine. Can you please check and help.
Thanks in advance.
Thanks for the awesome discussion here. I found that it has lot of useful information. I have one problem is that cd command is not working. For example, if I type cd /home/
it does not gives any feedback.
Please see the code below:
var cmd = oss_second.RunCommand(textBox2.Text);
textBox1.Text = cmd.Result;
if I tried "ls" commands it works fine. Can you please check and help.
Thanks in advance.