Package to CD - Clean up by putting presentation into sub-folder

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

Guest

I am making a presentation that will be self running on CD. However, I would
rather the presentation and all of its elements (the ppt file, additional
graphics, video and audio files) be in a separate folder. That way, if one
looks at the contents of the CD, they see the 5 or 6 autorun files plus a
just a folder which contains all of the presentation material, rather than
all 44 items that are in the presentation. Does this make sense? Is it
possible to do this?

Many thanks.
 
It can be done but you would need to add the folder to the path in play.bat,
autorun.inf and the playlist.
 
Thanks, John. I can do that. Question... There are several DLL files and
other files that the process makes. What files need to stay on top, and what
can be tucked into that directory?
 
You should be able to put everything except autorun.inf and play.bat in AFAIK

The new play.bat should look like @"abc/pptview.exe" /L "abc/playlist.txt"
where abc is the folder name and abc/ added to the paths in autorun.inf and
playlist

I haven't tested this !!
 
Back
Top