Autoplay web site

  • Thread starter Thread starter John Motley
  • Start date Start date
J

John Motley

Hi all --

I have a web site I would like to distribute via CDs. The site is straight HTML so just copying the folder structure should work, correct??

Also, can anyone point me in the direction of learning how to create an auto run file so when the CD is placed in someone's computer the autorun feature launches index.htm.

Thanks !!
 
I am on a student's budget. Is it possible for an individual to do it with good old fashion programming?
alyafei2000 said:
-----Original Message-----
Hi all --

I have a web site I would like to distribute via
CDs. The site is straight HTML so just copying the folder
structure should work, correct??
Also, can anyone point me in the direction of
learning how to create an auto run file so when the CD is
placed in someone's computer the autorun feature launches
index.htm.
Thanks !!

_*_*_*_*_*_*_*_*_*_*_*_*_*_

You can use Auotplay software
 
You can do it by placing an autorun.inf file on the CD
outside of the web folder.
However, the autorun inf will not launch the web in XP machines.

An autorun.inf file is simply a notepad file named autorun.inf
which contains the following to launch a htm file:

[AUTORUN]
shellexecute:index.htm


that's it.


--
95isalive
This site is best viewed..................
...............................with a computer


Hi all --

I have a web site I would like to distribute via CDs. The site is straight HTML so just copying the folder structure should work, correct??

Also, can anyone point me in the direction of learning how to create an auto run file so when the CD is placed in someone's computer the autorun feature launches index.htm.

Thanks !!
 
Back
Top