To create an AutorunPro CD :- 1. Copy autorunpro.exe from this .zip file to your cd's root directory (e.g. D:\) 2. Using a text editor (e.g. notepad.exe), open autorun.inf and modify (or simply remove) the various run1= line(s) to start the file (or application) you desire. 3. Copy the modified autorun.inf to the root directory of your CD. Examples ======== As shipped, the autorun.inf file looks like this :- [Autorun] open=AutoRunPro.exe /s [AutorunPro] Run1=notepad.exe Run3=http://www.gui.com.au Run2=Calc.exe Run4=relpath\doguff.bat Run5="mailto:mct@gui.com.au?subject=I have an Autorun Question" Let us assume that you wish to have an MPEG file (myVideo.mpg) on your CD play when the CD is opened. You would modify the autorun so that it looked like this :- [Autorun] open=AutoRunPro.exe /s [AutorunPro] Run1=myVideo.mpg Or another example, where you wish to show an HTML file (myFile.htm). You would modify the autorun so that it looked like this :- [Autorun] open=AutoRunPro.exe /s [AutorunPro] Run1=myFile.htm A Note ====== Always remember that playing something like an MPEG file will depend on what software the user has on their PC, so don't expect to autorun files with unusual or specialist formats all the time.