how do I play multiple .ppt files continuously

G

Guest

the microsoft website says I can create a .lst file on notepad with a list of
the .ppt files I want to play and then create a batch file with that list and
the pptviewer.exe file that will play the .ppt files together. however, i
don't know how to save something as a .lst file on notepad.....also, if there
is a better way to do this, any information would be appreciated
 
M

Michael Koerner

By default, Notepad saves files as .txt which is just fine, or you can use
the Save as feature, and save your file as playlist.lst as an example. Your
batch file would have one line in it also created in notepad. the line would
look like this

@pptview.exe /L "playlist.txt" or this if you saved your list file with a
..lst extension @pptview.exe /L "playlist.lst"

If you use the Package for CD copy to file feature including the viewer, all
this will be done for you by PowerPoint. Then in the future it is just a
matter of replacing your old PowerPoint files with your new ones, and
changing the names in the list file.
 
S

Steve Rindsberg

the microsoft website says I can create a .lst file on notepad with a list of
the .ppt files I want to play and then create a batch file with that list and
the pptviewer.exe file that will play the .ppt files together. however, i
don't know how to save something as a .lst file on notepad.....also, if there
is a better way to do this, any information would be appreciated

You can either save the file from notepad, allowing it to save as its default of
TXT then rename it later to change the extension to .LST

or

Choose File, Save As, then in Files of Type choose All Files. Then you can
specify the filename AND extension in the file name box w/o Notepad appending a
TXT extension to whatever you type.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top