Results 1 to 4 of 4

Thread: question about cdrom

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Location
    Israel
    Posts
    79

    Question

    when i put cdrom in drive windows identifys it automaticaly.

    i am writting a program, and i need the program to identify the cd the minute i enter it into the drive, just like windows does...

    now, i know how to get the info from the cd on a command click. i dont need that, what i do need is the code that identifies the cd when i put it in.


  2. #2
    Junior Member
    Join Date
    Sep 1999
    Posts
    19
    You need to create an autorun.inf file and place it in the root of the CD ROM.

    LM Ginn


  3. #3
    Lively Member
    Join Date
    Nov 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    126

    Lightbulb autorun.ini

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

    icon is image file in ico format to replace default cdrom icon
    open is program to run when cd is placed in drive and when cdrom drive is double clicked on in my computer
    Regards,

    Paul Rivoli
    ---------------------
    [email protected]
    http://members.dingoblue.net.au/~privoli

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Location
    Israel
    Posts
    79
    what i meant was something different.
    i meant, originals cd roms, not cdroms that i create.
    i want my program to identify the cd when i put it in the cd-drive.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width