I think you might be looking for information on how to create a zip file containing images, specifically related to "Tullu Tunne" images.
@echo off set source="C:\MyImages" set destination="C:\Archives\backup.zip" powershell Compress-Archive -Path %source%\* -DestinationPath %destination% -CompressionLevel Optimal echo Zip completed! tullu tunne images zip work