Click to See Complete Forum and Search --> : Autorun CD


Kajal Jain
July 26th, 1999, 12:34 PM
How do you make an Autorun CD program which will load automatically once the CD is inserted in the drive??

Justin Decker
July 27th, 1999, 10:19 PM
You have to make a file called 'autorun.inf'
In it you need to put this:
[AutoRun]
OPEN=<your autorun exe>

aamirdogar
July 29th, 1999, 10:38 AM
Hi,
You need to make an autorun.inf file in the main directory of the CD like that of E:\autorun.inf.
In this file you can specify the path and the icon to load when the cd is inserted in the cdrom.
The whole is that the system looks for the autorun.inf when the cd is inserted in the cdrom provided the autoinsertnotification is kept on from the cdrom properties in the controlpanel - system - cdrom .