I'll do my best explain what I'm trying to do here. I'm new to writing scripts and need to write a script. That allows me to create bunch of output files with Java class appending to it?
Here my batch script that I'm working on and this command works with a single file in the directory. When I enter *@pxp_local for input filename and test.txt for output filename
Java ClassTest <input filename> <output filename>
But I need to process multiple files that contains @pxp_local in filename in the directory. Then create an output filename for all @pxp_local files with a counter while also applying the Java ClassTest class.