Users browsing this thread: 1 Guest(s)
Decompress multiple .szs files (yaz0) at once?
#2
If the program you're using is CLI then you can use a windows batch script. It works right out of the CMD. The basic syntax would be "for %i in (*.szs) do <your extractor exe> <whatever else arguments that are required> %i". %i in this case is gonna be the input file.
Reply
Thanked by:


Messages In This Thread
RE: Decompress multiple .szs files (yaz0) at once? - by CHEMI6DER - 05-11-2019, 12:51 AM

Forum Jump: