!7 p { final Q q = startQ(); for (final File f : listFilesWithExtension(userDesktopDir(), ".png")) if (swic(f.getName(), "Screenshot-")) q.add(r { jpegifyWithInfoBoxes(f); print("Queue length: " + l(q)); }); }