How can I make my presentation (.EXE file) starts just after inserting CD into the drive?
Create new document with name “autorun.inf” using any text editor (e.g. Notepad) and write the following strings: [autorun] open=YourPresentation.exe icon=YourPresentation.exe (Note: instead of “icon=YourPresentation.exe” you can write “icon=YourIcon.ico”) where “YourPresentation.exe” is the name of your presentation. This file (“autorun.inf”) must be copied to CD disk with your presentation.
Related Questions
- I made an EXE file and copied it to a CD to distribute. How do I make the EXE run automatically after inserting the CD into the drive (auto-run)?
- Id like to look at the files on the CD, but when I click on the D: drive, it starts the Setup program. How can I get files directly from the CD?
- How do I create an autorun function so that my exe file automatically starts when inserting a CD-ROM?