Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Justin on August 10, 2003, 04:08:47 pm

Title: Command-Line simple Image Viewer for GameLauncher?
Post by: Justin on August 10, 2003, 04:08:47 pm
Im trying to add a simple 'instruction' sheet  for my cabinet, within GameLauncher.   The idea is that one of the possible selections is a 'Help' item (an image with a help sheet), that would in turn be opened with a simple image viewer.  

I cannot find a command line bare-bones image viewer that will work with Win2000.   The one that ALMOST did the trick was PictView, but it constantly crashes  (documented bug).

Anyone know of a simple image viewer for Win2K that is command-line based (CLI)?  The simpler, the better... the idea is to be able to do something like:
C:\myViewer.exe instructions.bmp -fullscreen
Title: Re:Command-Line simple Image Viewer for GameLauncher?
Post by: Howard_Casto on August 10, 2003, 08:32:15 pm
nope no such thing.... you better just consider moving to a fe that supports these advanced features.  
Title: Re:Command-Line simple Image Viewer for GameLauncher?
Post by: Justin on August 10, 2003, 09:27:12 pm
nope no such thing.... you better just consider moving to a fe that supports these advanced features.  

What advanced feature?  LOL
Title: Re:Command-Line simple Image Viewer for GameLauncher?
Post by: Spaced Invader on August 10, 2003, 09:55:29 pm
Don't wanna argue with Howard but...

InfranView will work. It has a very good command line interface and it uses the [ESC] key to exit. Find it here:

http://www.irfanview.com/

Vallen Jpegger also has a good command line interface. However,  it uses [ALT]+[F4] to exit. You could work around that with a wrapper or key remapper if you had to though. It's here:

http://www.vallen.de/freeware/

Hope this helps!  ;)