Is there an image viewer which *won't* show every file in the current folder?
- by hawbsl
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?