View Single Post
Old December 11th, 2001, 09:18 AM     #4 (permalink)
str8jakit
Member
 
str8jakit's Avatar
 
Join Date: Oct 2001
Location: Earth, Sol System
Posts: 228
Send a message via AIM to str8jakit Send a message via MSN to str8jakit Send a message via Yahoo to str8jakit
OK, here is how to do an automatic slideshow.

1. On your computer, click on i_view32.exe to run Irfanview.

2. Click on File | Slideshow

3. In the box on the right, find your pictures and click ADD to add them to the slideshow list on the left. Click "Play" to test your slideshow.

4. Click on the "Save as TXT File" button and save it as something like "slideshow.txt". Include this file on the CD image.

5. Make a text file named "slideshow.bat" with the following contents:

Code:
echo off
i_view32.exe /slideshow=slideshow.txt /closeslideshow
exit
Include this file on the CD image as well.

6. Make the autorun.inf file with the following contents:

Code:
OPEN=slideshow.bat
ICON=i_view32.exe
Include this file on the CD image as well. In all your CD image should contain:

autorun.inf
slideshow.txt
slideshow.bat
i_view32.exe
i_view32.cnt
i_view32.hlp
images

This will autorun the slideshow.
__________________
-Str8jakit
"Everything you know is RONG" - RONG FOO
str8jakit is offline   Reply With Quote