This .bat file works fine until the 3rd line. The command on the 4th line takes a while to execute but when it's done the rest of the lines don't run
cd 09
cd png
FOR %%G IN (*.*) DO npx @squoosh/cli --oxipng {quality:75} "%%G"
cd ..
cd jpg
FOR %%G IN (*.*) DO npx @squoosh/cli --mozjpeg {quality:75} "%%G"
cd ..
cd ..