-
2
- #1
Horrid
Programmer
- May 20, 1999
- 373
I keep getting people email question about how to make an autorun for a CD. <br><br>Its actually very easy.<br><br>Create a file called autorun.inf as a plain text file (notepad is best for this)<br><br>In this file put the folling data<br><br>[autorun]<br>open=myfilename.exe<br>icon=myiconname.ico<br><br><br>Obviously you need to replace the myfilename and myiconname with the names of your file. <br>Thats it, the icon is the icon the user will see. If you don't want one just leave that line out.<br><br>On the mac you need to use your CD burning software to set a start file.<br><br>