Is there an image viewer which *won't* show every file in the current folder?
Posted
by
hawbsl
on Super User
See other posts from Super User
or by hawbsl
Published on 2012-10-16T17:04:15Z
Indexed on
2012/10/16
17:06 UTC
Read the original article
Hit count: 231
Looking for a Windows image viewer which can be started from the command line but which allows me to specify/restrict which files I want it to page through. As parameters.
The good 'ol Windows Picture Viewer would be fine except that it'll show/cycle through all the pictures in the current folder.
In my case I want to say something like:
someimgvwr.exe "cat.jpg" "cow.jpg" "cub.jpg"
so that only those three files will be displayed and not "pig.jpg" which might also happen to be there in the same folder.
Actually, if it allowed something like this:
someimgvwr.exe "c*.jpg"
that would be even more perfect.
Do any of the many image viewers that are out there allow such a thing?
© Super User or respective owner