How to make an html page open automatically on a CD/DVD

前端 未结 6 1335
梦毁少年i
梦毁少年i 2020-12-09 06:10

I need to include an html page (table of contents) on a CD/DVD. I\'d like the html page to open automatically when the user puts the CD/DVD in their machine. Is there a wa

6条回答
  •  自闭症患者
    2020-12-09 06:22

    You should be able to do with a relatively simple autorun.inf file in the CD/DVD's root directory:

    [autorun]
    shellexecute=path\to\htmlfile.html
    

提交回复
热议问题