how to run explorer in slideshow mode from a program ?

  • Thread starter Thread starter pierre.bru
  • Start date Start date
P

pierre.bru

hi all,

explorer has a nice feaute, the slideshow. I would like to be able to
use this feature from a program command line

I think the command will looks like 'explorer /slideshow foldername' or
so but I can not figure it out :/

can s/o help me ?

TIA,
Pierre.
 
hi all,

explorer has a nice feaute, the slideshow. I would like
to be able to use this feature from a program command line

I think the command will looks like 'explorer /slideshow
foldername' or so but I can not figure it out :/

can s/o help me ?

TIA,
Pierre. =======================================
crossposting removed<

The following command will open the
Windows Picture and Fax Viewer.

rundll32.exe %SystemRoot%\System32\shimgvw.dll,ImageView_Fullscreen

If you leave a space and add the full
path to an image file...the command
will open the image.

Sorry, but I don't know if it's possible
to launch a slide show this way.

--

John Inzer
MS Picture It! MVP
How to ask a newsgroup question:
http://support.microsoft.com/kb/555375
 
Don't know about a slideshow, but this will open a single picture.

Start | Run |
rundll32.exe %SystemRoot%\System32\shimgvw.dll,ImageView_Fullscreen
path-to-picture (or path-to-folder name)

There should be one space between
ImageView_Fullscreen
and
path-to-picture (or path-to-folder name)

path-to-folder name opens the first picture in the folder.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Back
Top