Results 1 to 8 of 8

Thread: mutlisession cds and Autorun.inf

  1. #1

    Thread Starter
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604

    mutlisession cds and Autorun.inf

    i am making a cd for some of my friends and it has to be multisession, one session audio the other data, but which session is burnt on to the cd first so that when you put the cd in a cd player the first track that plays isn't blank ??


    and for the autorun.inf i know that i need something like

    [AUTORUN}
    index.html



    but how do i make it run the index.html i am sure that i need something more than that

    cheers

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

  2. #2
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    For the autorun part, you will have to make a small program that will load the html file using shellexecute. I got some code from someone on this site for a C++ project that will load an HTML file. I'll attach it, but it won't do you much good if you don't have C++.

    There is a compiled EXE in the release folder that will load index.html from the CD.

    For the multisession... if you use a good program like Nero, I think you are able to choose whether it is read as an audio CD or as a data CD. I haven't been able to make it work as an audio CD on the first track, but I haven't really put much thought into it. I know that it is possible though because the HyperCDs that you can buy let you play the first track.
    Attached Files Attached Files
    Last edited by MidgetsBro; May 28th, 2002 at 05:47 PM.
    <removed by admin>

  3. #3
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    [autorun]
    open=whatever.exe


    I dunno about the multisession thing.
    Harry.

    "From one thing, know ten thousand things."

  4. #4
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    You don't need C code to open it. Just write a batch file:

    Code:
    start index.html
    That should work fine in Windows.
    Harry.

    "From one thing, know ten thousand things."

  5. #5
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Originally posted by HarryW
    You don't need C code to open it. Just write a batch file:

    Code:
    start index.html
    That should work fine in Windows.

    I liked my C++ program better. It makes it more professional looking, and when I burned it I used ResHack to change the icon of the program so it looks good when you look at the icon for the CD-ROM in My Computer.
    <removed by admin>

  6. #6
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    To find out more about the autorun.inf file and it's capabilities, take a gander over at http://msdn.microsoft.com/library/de...play_cmds.asp. You can add icons, shellexecute, among other things.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  7. #7
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    I use AutoPlayMenu, or something like that (can't remember the name as I don't have installed at the moment ), it's pretty easy to use, and I know there's a cracked version floating about, because I have it

  8. #8

    Thread Starter
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604
    Originally posted by Sastraxi
    To find out more about the autorun.inf file and it's capabilities, take a gander over at http://msdn.microsoft.com/library/de...play_cmds.asp. You can add icons, shellexecute, among other things.
    your link doesn't seem to work ?? not sure why ??

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

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