I'm using the following directXtex texconv command to convert textures individually
texconv -pow2 -f BC1_UNORM cat.jpg
However I'd like to convert a whole folder full of textures. I'm told I need to loop through all textures feeding them in to texconv.exe. How can I do this in the Windows command prompt?
There are other similar questions to this, however this answer can be run within the command prompt, whereas my question is likely to require an external batch file - possibly because it is dealing with jpeg files. I don't know how to set this up