I want to read program content from command line.
- by Alexandre Dominos
I am trying to update a program which was wrotten in 1995 with pascal or c. I am not sure about programming language. Command line program. Now I am coded in C#. And I want to read program command line content. Is it possible?
I tried something. But not succesfull. They are:
private void aboutToolStripMenuItem_Click(object sender, EventArgs…