CD Auto Start/Content Menu

Discussion in 'Technology' started by Swana, Mar 16, 2006.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Swana

    Swana Registered User

    Joined:
    Oct 14, 2002
    Messages:
    1,645
    Likes Received:
    2
    CD Auto Start/Content Menu

    Is this hard to do?

    I'm wanting a menu type thing with the cd contents to pop up once the cd is inserted.

    What software do I need? Is it difficult?
  2. 1615634792921.png
  3. Conway

    Conway helmet Staff

    Joined:
    Apr 16, 2003
    Messages:
    11,628
    Likes Received:
    521
    Location:
    Newcastle
    Re: CD Auto Start/Content Menu

    Write a program that you want to appear on the disc being inserted. Failing that you can do a webpage and get IE to load it upon insertion.

    You then need to create an "autorun.inf" file and drop it into the root directory of the CD.

    Inside this file you need the following text:

    Where autorun.exe is the program you want to run upon the disc being inserted.

    Winner :up:
  4. Swana

    Swana Registered User

    Joined:
    Oct 14, 2002
    Messages:
    1,645
    Likes Received:
    2
    ah right so it can be pretty much any sort of program...??

    A flash menu, webpage, etc....

    As long as the code in the autorun.inf refers to it?
  5. Conway

    Conway helmet Staff

    Joined:
    Apr 16, 2003
    Messages:
    11,628
    Likes Received:
    521
    Location:
    Newcastle
    correct.
  6. ManofScience

    ManofScience Guest

    No, not always... i've done it before - there's a little program to download - hang on - i'll find it
  7. ManofScience

    ManofScience Guest

    DUN DEEERRRRR INCORRECT
  8. Conway

    Conway helmet Staff

    Joined:
    Apr 16, 2003
    Messages:
    11,628
    Likes Received:
    521
    Location:
    Newcastle
    funny that, I've done it before in several cases without any "little program" to go with it ;)
  9. ManofScience

    ManofScience Guest

    check my bad self : http://autorun.moonvalley.com/download.htm

    not if you want IE to open a specific HTML page... this is how i've done it in the past
  10. Conway

    Conway helmet Staff

    Joined:
    Apr 16, 2003
    Messages:
    11,628
    Likes Received:
    521
    Location:
    Newcastle
    I've opened web pages on the CD before using the following syntax:

    "systemroot:\Program Files\Internet Explorer\iexplore.exe" %1 (where %1 is the html page name).

    there was a different syntax for IE under 98 but I can't remember what the hell it was...
  11. ManofScience

    ManofScience Guest

    i'll have to bow out there... i DID get that information off my boss who could never work out how to do it, and i'd googled and found similar issues - so this seemed to work...
  12. Swana

    Swana Registered User

    Joined:
    Oct 14, 2002
    Messages:
    1,645
    Likes Received:
    2
    I'll check out that software
  13. Jason Bourne

    Jason Bourne Registered User

    Joined:
    Oct 14, 2002
    Messages:
    5,337
    Likes Received:
    0
    Macromedia Director is the boy when it comes to interactive content on a cd-rom..

    If you can use falsh you have a good chance of being able to use director.. albeit without lingo..

Share This Page