Autorun not working

Status
Not open for further replies.

ramprasad

In the zone
Hi

I have written a CD with a HTML page as index.
I made an autorun file and made the HTML page to be invoked.

Alas, the page is not diaplyed when the CD is inserted.
The Autorun feature is enabled on Windows.

Any help wud be appreciated
 

gaurav21r

Journeyman
Are you sure Autorun is enabled??? Is there any prompt or just nothing happens when you insert the cd??
 
hey Ramakrishnan my autorun was also not working
here is what i ve typed in it

[AutoRun]
open=mywebs\index.htm
icon=icon.bmp

Is there any mistake???????????????
 

gaurav21r

Journeyman
No there is no mistake... have u named the file "autorun.inf"??? Try right clicking 'Install' once and see...
 

sakumar79

Technomancer
autorun open commands can invoke executables only afaik... To ask it to open html, you need to find a workaround...

Check out these links that can help you out...

*www.pollensoftware.com/autorun/autoview.html
*www.ezau.com/latest/articles/083.shtml

Arun
 

Third Eye

gooby pls
First open notepad then type the following:

[AutoRun]
open=yourdesiredfolder\index.htm
icon=myicon.ico

and save as autorun.inf then burn them.
Note:Autorun.inf always place outside not in folder.
 

Third Eye

gooby pls
aakash_mishra said:
@tech_mastermind
I did the same but when I insert the CD it didn't start.

@gaurav21r
I have named that file as autorun.inf

Did you try another cd or dvd ? is it autoplay works ?
 
@tech_mastermind
I tried the same autorun for an exe it worked but when i burnt three another CDs for html pages it wasn't working. No DVD I don't have a DVD writer.
 

gaurav21r

Journeyman
It should work for html files as well.... Right click your drive in My Computer and check the Autorun tab, just in case.


Try puuting ur index.htm outside all folders so the command can be

[autorun]
open=index.htm

instead of...

[autorun]
open=something\index.htm
 
Last edited:
Status
Not open for further replies.
Top Bottom