Hi guys,
I've got a query to ask. I'm currently research on a new project and is not very familiar with VS.net. I wanna know if I can insert a command from our command prompt into VS.net.
E.g. I've a button on VS.net and a textarea to display the result. Onclick the button; let's say when they click, it will automatically type in a command into the command prompt [e.g. netstat] and the result will display on the textarea.
Is this possible with VS.net? I'll appreciate any help