Autoplay web site

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 !!
 
J

John Motley

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
 
S

Steve Easton

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 !!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top