webdev
01-07-2010, 01:21 AM
Hi I've developed a C# program that takes a directory list as its arguments. What I want to do is execute a batch script that would run a command like dir /b and send its ouput to my C# program. I believe that if I were using Linux, my script would be something like: ./MyProgram īls -lī Is...