Looking for an autostart cd with html

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

Hi,

Can anyone help me with the following need?

I am trying to create a CD which will automatically open an HTML page. Is there any pre-requisite for accomplishing this? Basically I am looking for an autostart cd with html.

Thanks in advance for your answer.

SHARE
Best Answer by Henriy William
Answered By 5 points N/A #173725

Looking for an autostart cd with html

qa-featured

Hi Rebecca Green,

Open Autoplay on Html just click the start menu follow Control panel clicking Hardware and Software, then click Autoplay option. Turn auto play on, select the Use Autoplay for all media & device check box.

Thanks

Best Answer
Best Answer
Answered By 0 points N/A #173726

Looking for an autostart cd with html

qa-featured

 

Dear user,
Follow these steps for your help:
1) Firstly, you have to create and name sub-directory. Now, put your PDF files that you will need to burn in that sub-directory.
2) Now, create and name new file 'menu.html', in this file you have to make a list of those links which will show your files, here is an example for you:
<html> 
<head> 
<title>My Menu</title> 
</head> 
<body> 
<h1>My Menu Title</h1> 
<ul> 
<li><a href="./files/file1.pdf" title="File 1">File 1</a></li> 
<li><a href="./files/file2.pdf" title="File 2">File 2</a></li> 
<li><a href="./files/file3.pdf" title="File 3">File 3</a></li> 
<li><a href="./files/file4.pdf" title="File 4">File 4</a></li> 
</ul> 
</body> 
</html> 
3) Now, you have to create and name another file 'autorun.inf'. 
Now, copy these two codes given below and paste in the file. 
[autorun] 
shellexecute=menu.html
4) You will now see this directory and you are ready to burn it to the disc: 
files = sub-directory of PDF files. 
autoruns.inf = your autorun file. 
menu.html = your pretty little menu. 
Hope this will help you.
Thank you.

Related Questions