Hi,
I wrote a C code that converts csv files to space delimited. it works fine, but now I need to run the code on a lot of files.
is there a way to run my code on multiple files without having to do it one by one?
I don't know if this involves a C code or is it some trick to do in DOS.
I'm using visual studio, and I have windows 7 OS.
Thank you
A.Y.A
I wrote a C code that converts csv files to space delimited. it works fine, but now I need to run the code on a lot of files.
is there a way to run my code on multiple files without having to do it one by one?
I don't know if this involves a C code or is it some trick to do in DOS.
I'm using visual studio, and I have windows 7 OS.
Thank you
A.Y.A