Hi all
I have a little command line app that takes a file, processes it and outputs it as a new file. The syntax is: <input file> <output file> <operation> <arguments>.
What I want to do is have it run on a folder which contains hundreds of files. I thought a Batch script might be able to do this. I've used one before where I dragged a folder onto the script and it processed all the files in the folder and saved them. I'd be happy if the originals were overwritten.
Would anyone be able to help me make a Batch file like this? I tried a few things from Google but they didn't work.
Thanks
I have a little command line app that takes a file, processes it and outputs it as a new file. The syntax is: <input file> <output file> <operation> <arguments>.
What I want to do is have it run on a folder which contains hundreds of files. I thought a Batch script might be able to do this. I've used one before where I dragged a folder onto the script and it processed all the files in the folder and saved them. I'd be happy if the originals were overwritten.
Would anyone be able to help me make a Batch file like this? I tried a few things from Google but they didn't work.
Thanks

Last edited: