How can I create an autorun web page cd?

Asked By 10 points N/A Posted on -
qa-featured

Hi expert,

Whenever I face any problem, I rush to you and get the solution of my problem. So, I come again with a new problem. I want to create an autorun web page cd. But I don’t know the process. How can I do it? Please, tell me in detail as I can do it easily.

Thanks

SHARE
Answered By 70 points N/A #152014

How can I create an autorun web page cd?

qa-featured

Hello, Ace.

Thank you for your support. Here is a step by step described process for creating an Auto Run CD of Your Web Site. First you need to download a good freeware auto start program that will start html, pdf, exe, and other file formats, called Autorun Pro. When you download it you extract the zipped files. You need to unzip the content of the download to a folder named auto run tools. You will need to make this folder on your hard drive.

Right click on file named autorun.inf and from the selection choose Open With and choose Notepad. You must edit the inf file so that it is like the code shown below then save the edited file:

autorun.inf should only have these lines of code in it.

[Autorun]

open=AutoRunPro.exe



[AutorunPro]

Run1=index.html

Now, copy AutoRunPro.exe and the edited autorun.inf into the root of your web site project

(where the file index.html is located). In the end, fire up your CD burning software and copy all of the files in your user sites folder (which will include 2 new files: AutoRunPro.exe and autorun.inf).

That's it. Hope it works for you. If there are some problems or I didn't understand your question correctly, you come again with your problem. Hope we won't disappoint.

Good luck.

Related Questions