In case you want to add an autorun to a CD you are burning, here's how to do it:
First, open a text editor such as Notepad (found in all Windows operating systems at Start/Program Files/Accessories/Notepad) and type the following:
[autorun]
open=Launch.exe
The Launch.exe is the name of whatever executable you want to launch and can just as easily be named setup.exe, run.exe, install.exe, etc.
You must save the file with the name autorun.inf and place it at the root level of your CD along with the exe file and any other files required for the launch.
|