X
Xarky
Hi,
I am writing a program, and need to execute a part of it in command
prompt.
When I execute it in command prompt, I type the following
c:\> id3tag.exe music.wma show
and it returns for me an XML file.
How can I do that in C#. I was trying to do that by using the Process
object but got lost.
Thanks in Advance
I am writing a program, and need to execute a part of it in command
prompt.
When I execute it in command prompt, I type the following
c:\> id3tag.exe music.wma show
and it returns for me an XML file.
How can I do that in C#. I was trying to do that by using the Process
object but got lost.
Thanks in Advance