How to create a Autorun CD-ROM to launch a flash projector file (exe) from a CD on Window pc system.
Autorun on Windows
The autorun feature on Windows is implemented by putting an INF file in the parent directory of the CD. Create a text file (using a program such as Simple Text or Notepad) called “Autorun.inf”. Include the following text, replacing whatever with the name of the application you wish to launch:
[Autorun]
open=whatever.exe
icon=whatever.ico
The third line ( icon=whatever.ico ) allows you to change the icon associated with the CD drive . For additional information on creating an autorun CD, refer to Microsoft’s article on creating an AutoRun-enabled application.
Please rate this post by clicking a star:


(3 votes, average: 4.33 out of 5)