Jump to content


Create An Auto-Play CD


  • Please log in to reply
2 replies to this topic

#1 tnctx02

tnctx02

    Texas Problem Child

  • Members
  • PipPipPipPip
  • 338 posts
  • Location:The Lone Star State
  • Interests:Working on my trucks, and building pc's for friends.
  • Country:Texas

Posted 14 January 2006 - 04:36 PM

The application CDs that you buy launch automatically, and your burned CDs can do the same. They can invoke a setup program or display an HTML page that links to the CD's contents. Use Notepad to create a three-line text file based on the lines below, and name it Autorun.inf. Place the file in the CD's root directory.

[autorun]
open=setup.exe
icon=icon.ico

Replace setup.exe with the program that should launch when the CD is inserted, and replace icon.ico with the file containing the CD's icon. In both cases, be sure to omit the drive letter. If you want to launch a nonexecutable item like an HTML file, precede it with start.exe in the open= line. Note that all file links in the HTML file should be relative ones, omitting the drive letter.

#2 atsaunier

atsaunier

    Head Newsposter

  • Members
  • PipPipPipPip
  • 524 posts
  • Country:Usa

Posted 15 January 2006 - 01:00 AM

i never had to do this my self, normaly the cd programmer does it for me if i need it to auto start, but thankx agian for an Great Guide

#3 RedInferno

RedInferno

    Your mom

  • Members
  • PipPipPipPipPipPip
  • 2,584 posts
  • Location:What's it to ya, bub?
  • Country:North America

Posted 16 January 2006 - 01:22 AM

Thanks so much!!! I never knew how to do this before!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users