LengMei Media

by: Romeo A. Rabajante Jr.


Lately, some of my students are asking how to create "autorun" feature in their Interactive CD.

First, let me describe the purpose of "autorun". By its name, it automatically runs any executable file inside a CD or DVD. This is similar to some installers that we buy in the market. Example, when we are installing "Microsoft Office 2007" using CD, it prompts an interface wherein we can click install or browse the CD.

To create an "autorun" function using notepad just follow the steps below:

  1. Open Notepad.
  2. Type the following codes:
[autorun]
open = NameOfYourFile.exe

icon = nameOfYourIcon.ico


  1. Click File -> Save As. Name your file as autorun.inf
Then you are done. The icon part in the code is optional. You may and may not include it in your code. Just include the "autorun.inf" when burning your final project.

To know more, click this link

I hope this helped you.God Bless.

0 comments

Post a Comment

Subscribe to: Post Comments (Atom)