VideoHelp Forum




+ Reply to Thread
Results 1 to 18 of 18
  1. Member
    Join Date
    Aug 2006
    Location
    Earth
    Search Comp PM
    what is good autorun program for CDROm, to create small, fast loading executables to launch files on CDROm? Some opinions will be helpful..
    Quote Quote  
  2. Member
    Join Date
    Aug 2006
    Location
    United States
    Search Comp PM
    I need to know this as well...
    Quote Quote  
  3. Have a look here: http://www.phdcc.com/shellrun/autorun.htm

    Basically, you need to create a file named "autorun.inf" that contains something like:

    [autorun]
    open=myprogram.exe

    This would launch "myprogram.exe"

    Or, you could open an HTML file with links to multiple programs:

    [autorun]
    open=mylistofprograms.htm
    John Miller
    Quote Quote  
  4. Member
    Join Date
    Aug 2006
    Location
    United States
    Search Comp PM
    Yea, I understand basic autorun principles but I'd like an autorun CD that has an interactive menu...I've played with a few programs but have never been overly impressed (autorun por enterprise 10, Autorun max) with any of them...I was wondering if there is better and worse programs out there?
    Quote Quote  
  5. Using an HTML file as the target when opening, you can create quite complex interactive menus using the same tools that are used to create web pages.
    John Miller
    Quote Quote  
  6. Member
    Join Date
    Aug 2006
    Location
    United States
    Search Comp PM
    ^^^ so does this mean the end-user has to have an internet connection? sorry if that's a n00b question...
    Quote Quote  
  7. No, not at all.

    The HTML file is on the CD-ROM and, within the file, you have hyperlinks to programs on the CD-ROM.

    Autorunning the CD will cause the user's web browser to open the local HTML file. They'll be able to click on the hyperlinks to launch the programs.

    Here's a simplified version of part of one that Microsoft use:

    If you copy and paste this into Notepad and save it to your Desktop as DEFAULT.HTM, then double-click on the new file from the Desktop, you'll see a simply web page with two links on it. In this particular case, they point to sub-directories relative to where the HTML file is.

    If you want the page to look fancy, you could use an HMTL image map in the HTML page, too. See my other post here: https://forum.videohelp.com/viewtopic.php?p=1627843#1627843
    John Miller
    Quote Quote  
  8. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    No, they'd be LOCAL web pages (off the disc). Just make sure you use relative addresses.

    I'm partial to Winopen for autorun adaptation to HTML pages.

    If you want your own self-contained and self-made executable (without going the $$$ Director route), there's AutorunCDStudio.

    Scott
    Quote Quote  
  9. Member
    Join Date
    Aug 2006
    Location
    Earth
    Search Comp PM
    Personally, I dont like HTML based autoruns. HTML page requires to have many files - various
    mouseover images, plus to have separate "Image" folder. All this stuff need be burned on CD.
    In my opininon, bitmap splash menus more handy, it consist just from one bitmap file, and few links(or hot spot areas), or buttons. Autorun.exe read configuration from INI file where you can specify many tasks. This splash bitmap looks better for me. Recently I find one application, ADEW AutoRun CD 4.07, its convenient to works with bitmaps, but unfortunately, it have one serious lack: it can no work with absolute patch, i.e. all the files - autorun.exe, autorun.inf and target.exe must reside in CD root directory.. But it often requires to place setup.exe in separate folder. Program dont support this.
    Quote Quote  
  10. VH Wanderer Ai Haibara's Avatar
    Join Date
    Jan 2006
    Location
    Somewhere on VideoHelp...
    Search Comp PM
    You don't have to do that. Basically, anything you can do with a web page, you can do here. If you want to create what's essentially a text-only page that's nothing but links to the files, you can do that; no need for an additional folder of images. Or, if you want, you can create a multimedia web-page extravaganza. It's all up to you.

    But really, it wouldn't require that much extra space on the CD. My main concern with HTML autorun would be whether or not the other user has a browser that can handle the page - or also, whether or not they'd want a webpage opening automatically, for security reasons.
    If cameras add ten pounds, why would people want to eat them?
    Quote Quote  
  11. Originally Posted by Ai Haibara
    or also, whether or not they'd want a webpage opening automatically, for security reasons.
    At least with a webpage, you could always look at the source in a text editor - a custom executable would be more of a security issue.
    John Miller
    Quote Quote  
  12. it seemed Nero can do it easily.
    Quote Quote  
  13. VH Wanderer Ai Haibara's Avatar
    Join Date
    Jan 2006
    Location
    Somewhere on VideoHelp...
    Search Comp PM
    Originally Posted by JohnnyMalaria
    At least with a webpage, you could always look at the source in a text editor - a custom executable would be more of a security issue.
    True, but for those with Autorun enabled, they might not get the chance to look at it, first, and see if it's calling anything shady.

    Originally Posted by JackWelth
    it seemed Nero can do it easily.
    Do what? I don't recall Nero being able to create an Autorun menu with custom links to launch files on a CD, which is what the OP is looking for. DVD/VCD menus, sure.
    If cameras add ten pounds, why would people want to eat them?
    Quote Quote  
  14. Member
    Join Date
    Feb 2004
    Location
    Australia
    Search Comp PM
    Autorun html ... dont like .

    http://multiinstall.sourceforge.net/index.html ... then checkout all the skins .

    Been using it for a couple of year's now .

    For those of you with a heap of zips , you could use any free setup generator's , or use zipgeniuos to repack them .

    -------------

    Got another one writen in delphi ... I'll have to dig it out of the collection and find the name of it later ... but only certified psycho's need apply ... It's not limited in anyway ... but one hell of a learning curve .
    Quote Quote  
  15. Member
    Join Date
    Aug 2006
    Location
    Earth
    Search Comp PM
    I preffer autoruns that use bitmap menu with links, hot spots, or buttons. This autorun consist of 2 files, runtime and INI. Bitmap is external or can be or imported into EXE. You can set any bitmap image you like, so you can control visual presentation.
    Quote Quote  
  16. Member tmelo38's Avatar
    Join Date
    May 2006
    Location
    United States
    Search Comp PM
    If you want a free program to make an auto-run cd with links to each program you burn to it, try this program CDPortal. It's free with registration. Give it a shot. Here's the link:

    http://www.ingmar.dk/default.asp#English
    Quote Quote  
  17. Member
    Join Date
    Apr 2006
    Location
    Grenada
    Search Comp PM
    this is nice
    How's My English?
    Quote Quote  
  18. Member
    Join Date
    Apr 2006
    Location
    Grenada
    Search Comp PM
    how do you do this with a dvd viedo?
    How's My English?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!