FAQ
02-02-2006, 05:15 AM
Question:
How to create an Autorun CD?
Answer:
Auto-run is a feature that is supported on CD-ROM drives. When the user loads a compact disc (CD) into the drive, Windows 95/98/Me and NT/2000/XP/2003 automatically runs a file on the CD. The file to run must be specified in an AUTORUN.INF file located in the CD's root directory. The following example shows a typical entry in an AUTORUN.INF file:
[AutoRun]
OPEN=mysetup.exe
When an end user inserts your product CD, mysetup.exe executes.
How to create an Autorun CD?
Answer:
Auto-run is a feature that is supported on CD-ROM drives. When the user loads a compact disc (CD) into the drive, Windows 95/98/Me and NT/2000/XP/2003 automatically runs a file on the CD. The file to run must be specified in an AUTORUN.INF file located in the CD's root directory. The following example shows a typical entry in an AUTORUN.INF file:
[AutoRun]
OPEN=mysetup.exe
When an end user inserts your product CD, mysetup.exe executes.