Creating a loop with pptview for office 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am trying to make a slideshow with several files.
In the batch file i have a loop, so the show runs "forever". Problem is that
the last show always end with the black slide "Click to exit". If i run that
show alone, it just exits without black screen.

What can i do ?
 
Jens,

Have a look in the following menu in powerpoint


Tools menu > options > view

untick the 'end with black slide'

cheers

TAJ Simmons
microsoft powerpoint mvp

awesome - powerpoint backgrounds,
http://www.awesomebackgrounds.com
free powerpoint templates, tutorials, hints, tips and more...
 
Thanks TAJ for the quick respons, but i have already unticked that option.

If i run the *.pps file by cliking the file it works without a black slide,
but
when i run the file using the pptview.exe, it ends with the black slide

My batchfile looks like this:

:loop
@pptview.exe /S /L "playlist.txt"
GOTO loop

:end
::

Playlist.txt consists of 2 files:

skouhus2007.pps
ikast.pps

It works fine, when going from skouhus2007.pps to ikast.pps.When i click one
time with the mouse, the loop continues :-)

I hope you have a solution, thanks in advance

"TAJ Simmons" skrev:
 
Thanks TAJ for the quick respons, but i have already unticked that option.

If i run the *.pps file by cliking the file it works without a black slide,
but
when i run the file using the pptview.exe, it ends with the black slide

My batchfile looks like this:

:loop
@pptview.exe /S /L "playlist.txt"
GOTO loop

:end
::

Playlist.txt consists of 2 files:

skouhus2007.pps
ikast.pps

It works fine, when going from skouhus2007.pps to ikast.pps.When i click one
time with the mouse, the loop continues :-)

I hope you have a solution, thanks in advance


"TAJ Simmons" skrev:
 
Back
Top