many times have happened when I’m creating a custom CD ,and I want the content of the CD to be executed when inserted on the CD-ROM. As you will see, there is no real science in doing this, you only need to create an Autorun.inf file.
To create the autorun.inf file, open Notepad, and write this commands,
[autorun]
open=Autorun.exe
icon=Autorun\your.ico
not too fast pinky. You need to change the open=autorun.exe to whatever application you want autorun to open. Let’s say I have a file name “Software.exe” then you will change open=Autorun.exe to open=software.exe. If you have an icon you want to display, you need to point the location of the icon in the second line.
Save the file as Autorun.inf and put on the root of the CD, it should look like this D:\autorun.inf.
You see, is not very complicated to do it, but it becomes useful sometimes when creating custom CDs. You can go showing your geeky skills now







can you make it run a rom insted of a .exe?