Thank you very much, Sir!!!
CMD is finally up and running, but I’m working with a subset of images that have been batch processed in the SNAP software, and there’s no xfdumanifest.xml in the file, which is a bug.
If I want to batch C2RCC for subset images, should I change
for /R %sourceDirectory% %%F in (xfdumanifest.xml) do (
to for /R %sourceDirectory% %%F in (*.img) do ( ?