I am looking for a VERY simple working example of a shellstream __in c# __that will allow the user to send multiple cascading terminal commands
e.g. ("cd /somewhere") and then ("pwd")
when i read the response want to get back "cd /somewhere"
Most examples i have followed seem to do this but when i read the stream i am just getting back the text i am writing the the stream verbatim. This is not what i am looking for.
Can anyone please help?
e.g. ("cd /somewhere") and then ("pwd")
when i read the response want to get back "cd /somewhere"
Most examples i have followed seem to do this but when i read the stream i am just getting back the text i am writing the the stream verbatim. This is not what i am looking for.
Can anyone please help?