Drag and drop batch file for multiple files?
Yes, of course this is possible. When dragging multiple files on a batch file you get the list of dropped files as a space-separated list. You can verify this with the simple following batch: @echo %* @pause Now you have two options: PngCrush can already handle multiple file names given to it on the command … Read more