PDA

View Full Version : How To Add Start Up Screen To Software??


Stewart
November 2nd, 2007, 10:40 AM
Hope I explain this right... am wanting to get four diffirent programs onto a cd then when the cd is put into another computer have it display a small loading screen (heard it called a splash screen before) then a menu of the four programs with there own icons!!??

:dizzy: any ideas??

z1p
November 2nd, 2007, 11:56 AM
It sounds like you want to setup a CD that will 'autorun' a startup program when inserted.

See google... http://www.google.com/search?q=create+autorun+cd

oracle128
November 2nd, 2007, 12:05 PM
If you don't know any programming languages, using a HTML page or two might be easiest.

You can create two pages: one for the splash screen, which will then meta refresh (http://en.wikipedia.org/wiki/Meta_refresh) to the second page, with links to the programs on the CD. If you don't know any HTML, you can use NVU (http://www.nvu.com/)/KompoZer (http://www.kompozer.net/) to make a couple simple pages (you will probably have to add the meta refresh code manually).

You will want to create an Autorun file (http://autorun.moonvalley.com/autoruninf.htm). You can use the command "start splash.html" to open your splash page with the user's default browser (assuming it's named splash.html, and is on the root folder of the CD).

leroys1000
November 2nd, 2007, 03:19 PM
CD Menu. (http://www.blingo.com/search?q=cd+menu)
I like to use CD Front end. (http://www.soft82.com/download/windows/cd-frontend-lite/)

oracle128
November 3rd, 2007, 05:29 AM
[Deleted]

Stewart
November 3rd, 2007, 06:19 PM
:DThis is perfect, what a great site.....

z1p
November 5th, 2007, 12:58 AM
Thank you and your feedback is appreciated.

-z1p

Stewart
November 6th, 2007, 12:11 PM
am doing well made an auto run cd with autoplay express it goes strait to the main page when loaded im trying to make another page load infront of that one but just goes strait to main one.... can make another page (page one) & link it to the main page when clicked but doesnt get displayed when cd loads

:dizzy:

Also made an icon for the main disc now trying to add them to the folders is this possible?