Tutorial - How to create an autorun CD Autorun runs a program when a CD or DVD is inserted on a computer. To create an autorun cd the steps are very simple: We have to create a text file (.txt) containing the commands that will start the autorun. Open the Notepad and in a new document type the following: [Autorun] open= icon= The first line shows the section of the autorun file. In the second one we establish what file will be executed by the path of access. In the third line we establish the access to a icon file. 
Example: [Autorun] open=setup.exe icon=tools.ico The file must be saved with this name: Autorun.INF (in the root of the CD/DVD). The last step is to save the three files, the autorun.inf, the executable file and the icon file in the root directory of the CD/DVD, and burn it with any program like Nero Burning Rom. 
CREATE AUTORUN FOR WEBPAGE If you need to play webpage automatically after inserting the CD/DVD in the drive, an easy modification is necessary. [autorun] open=explorer.exe name_web_page.html icon=icon_name.ico
|