A
active
I'm using a Process object to run cmd and I give it the text from a textbox.
It only executes the first line i.e. the first command.
Is there some way to tell cmd to keep executing.
I could write the text to a file and run that but that's a bit of a kluge.
Any suggestions?
It only executes the first line i.e. the first command.
Is there some way to tell cmd to keep executing.
I could write the text to a file and run that but that's a bit of a kluge.
Any suggestions?