Auto Run by Glenn Delahoy (C) Copyright 2003 All rights reserved Description ----------- This tool provides a method to Auto Run your custom CDs. For example, for software distribution, photo albums, mp3 discs etc. When the CD is inserted into the drive, the given program or document will automatically start. Create a text file called autorun.inf which contains the following: [autorun] open=autorun.exe Add the autorun.exe and autorun.inf files to the root folder of the CD when you're burning. You can include a parameter after the exe name to start a specific application. For example: [autorun] open=autorun.exe myprog.exe will auto run myprog.exe when the CD is inserted. If no parameters are specified, it will look for index.html or index.htm. If found, the default web browser is started with the document. Failing that, autorun will exit. The parameter can be an application or document. In the case of a document, it assumes there is a default application to view the document. -------------------------------------------------------------- Comments/suggestions to: support@delahoy.com http://www.glenn.delahoy.com