I have a folder with many .iso files (d: \ isos). I want to compress them with gzip and I need to create a loop for each .iso that is in that folder to execute gzip.exe filex.iso and so on until it compresses all the files in the folder.
I hope I have been clearer with the question.
Thanks