so I am wanting to convert a large number of files that all have entirely unique names using a SINGLE program that is run through command prompt.
Here is the command for converting one file:
bam2egg.exe Filename.bam Filename.egg
I want it so I can convert a large number of .bam files that all have unique names to .egg files with the same names. I assume you can do this using a batch file or maybe even one command but I am unsure how.
Help appreciated!