what is good autorun program for CDROm, to create small, fast loading executables to launch files on CDROm? Some opinions will be helpful..
+ Reply to Thread
Results 1 to 18 of 18
-
-
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.htmJohn Miller -
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?
-
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 -
^^^ so does this mean the end-user has to have an internet connection? sorry if that's a n00b question...
-
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:
Code:<html> <head> <title>Disc Contents</title> </head> <body> Microsoft Windows Server™ 2003 Enterprise Edition with Service Pack 1 (English) Microsoft Windows Server™ 2003 Enterprise Edition with Service Pack 1, Checked/Debug Build (English) </body> </html>
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#1627843John Miller -
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 -
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. -
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? -
Originally Posted by Ai HaibaraJohn Miller
-
Originally Posted by JohnnyMalaria
Originally Posted by JackWelthIf cameras add ten pounds, why would people want to eat them? -
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 . -
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.
-
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
Similar Threads
-
Classic Arcade Games CDROM restarts PC?
By rijir2001 in forum ComputerReplies: 5Last Post: 9th Apr 2008, 23:33 -
directly connect my cdrom/dvdrom to tv
By d_unbeliever in forum ComputerReplies: 2Last Post: 1st Mar 2008, 03:02 -
CDROM that burns commercial media
By Krispy Kritter in forum MediaReplies: 6Last Post: 19th Dec 2007, 09:30 -
Autorun Precedence - DVD & Autorun on the same disc
By SCDVD in forum Newbie / General discussionsReplies: 1Last Post: 15th Aug 2007, 20:26 -
System Error. Import ISO from CDROM Drive
By rebelchic in forum Newbie / General discussionsReplies: 13Last Post: 12th Aug 2007, 04:04