>I'm burning a CD with old family photos on it. I'd like the CD to >start >when inserted and open an html file containing an index of >the photos. Is >such a thing possible? Where would I find such a >program? Thanks. I found this freeware download, not sure of its funtionality or ease of use: http://192.41.3.165/Programming/Installers_and_E_Commerce_Tools/Review_22438_index.html A simple file created in notebook and saved as autorun.inf would work. The script is (for an html file): [autorun] open= start yourhtml.html For other files: [autorun] open= yourexe.exe icon= youricon.ico, bmp See these for more info: http://www.phdcc.com/hispy/cdroms.htm http://www.livepage.com/lpdocs/enterprise/lpQrNode,611;lpQrKey,58;.user-611.htm#VIEWCURR http://web-e6.zdnet.com/pcmag/pctech/content/solutions/oe1815a.htm http://www.staff.dmu.ac.uk/~smayall/software.html wolfie ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
