How to save a PPS file

jrewing

Registered User
Messages
554
I have a URL link to a .pps file (PowerPoint slideshow) which opens fine. Does anybody know how I can save that file to my computer ?
 
open a new file in notepad and put this in it:

Code:
<a href="[B]yoururl[/B]">Save Me</a>

Then save this as 1.htm

Open file in your browser and you will have a link you can right click -> save as
 
On a related note, PPS viewers don't seem to allow you to open from an email attachment and require that the file must be saved and opened from another location - e.g. desktop.

At least that is my experience.
 
Back
Top