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 this possible to do this in batch script? If so, how can I do it?
Thanks,
Komyg