<html>
I've put up a zipfile of the current distributed powerpoint stuff at
<br>
<br>
<a href="http://www-unix.mcs.anl.gov/~olson/AG/Software/NT/dppt2.zip" eudora="autourl">http://www-unix.mcs.anl.gov/~olson/AG/Software/NT/dppt2.zip</a><br>
<br>
<b>BIG CAVEAT about this stuff: it is barely at all release engineered...
I'm mostly releasing it because of the interest folks have in it. If
someone has some cycles for java development, I've got a ton of ideas on
how to turn it into a useful tool.<br>
<br>
</b>You'll need PowerPoint and the microsoft java interp installed on the
machine. I've found that the clean NT4 install on the new dipslay machine
I just got works fine.<br>
<br>
To use, unzip into a directory. <br>
<br>
Edit config.bat to set SERVER to the hostname of the machine that will be
a server for the dppt session. <br>
<br>
On that server, run two scripts:<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>start
registry<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>start
agserv<br>
<br>
On the machine you are going to drive the presentation from, run:<br>
<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>master
full-path-to-ppt-file<br>
<br>
Note that powerpoint wants a full path, even if you're in the same
directory. <br>
<br>
Now here's the cool thing I just discovered. If you put the presentation
up on a website, ppowerpoint knows how to open it given a url. So, you
could do something like<br>
<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>master
<a href="http://www.somewhere.org/your/pres.ppt" eudora="autourl">http://www.somewhere.org/your/pres.ppt</a><br>
<br>
On a machine that wants to watch the presentation, run<br>
<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>client
full-path-to-ppt-file<br>
<br>
or <br>
<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>client
<a href="http://www.somewhere.org/your/pres.ppt" eudora="autourl">http://www.somewhere.org/your/pres.ppt</a><br>
<br>
let me know if it works!<br>
<br>
---bob</html>