I have a file testfile.exe
that runs with parameters like below:
testfile.exe c:\path1\file.txt 3 c:\path2\file2.txt
The second parameter 3
is a sampling factor.
So I run the application with the parameters:
- input file with path
- a sampling factor
- output file with path
What would be needed in a batch file to search in a source directory for all files with a specific file extension and run the command with the input/sample/output parameters?