M
Mark Reed
I am trying to have a button that brings up the cmd prompt and then does
a DIR listing.
I am using:
private void button2_Click(object sender, System.EventArgs e)
{
System.Diagnostics.Process.Start("cmd.exe","dir");
}
It does everything except the dir.
a DIR listing.
I am using:
private void button2_Click(object sender, System.EventArgs e)
{
System.Diagnostics.Process.Start("cmd.exe","dir");
}
It does everything except the dir.