Autorun CD - Windows XP

5

5tulips

I've never added autorun files to a CD before, but did this exercise this
morning.

I downloaded these two files:
autorun.inf
shelexec.exe
and added them to the folder of files I would burn to CD.

I changed the autorun.inf file
from
[autorun]
open=SHELEXEC.EXE default.htm
to
[autorun]
open=SHELEXEC.EXE index.html
because I'm burning a disk-based website, and its initial file is
index.html. I deposited the files into the root directory of the web folder.

Then burned the CD.
However, the autorun setup doesn't work. I have to double-click from the CD
drive until I get the .html file and open that myself. What I really get is
the dialog box that asks, What do you want Windows to do? and there is
nothing on the list to include the autorun idea.

Can someone tell me what really works?

5tulips
 
A

ANONYMOUS

I've never added autorun files to a CD before, but did this exercise this
morning.

I downloaded these two files:
autorun.inf
shelexec.exe
and added them to the folder of files I would burn to CD.

I changed the autorun.inf file
from
[autorun]
open=SHELEXEC.EXE default.htm
to
[autorun]
open=SHELEXEC.EXE index.html
because I'm burning a disk-based website, and its initial file is
index.html. I deposited the files into the root directory of the web folder.

Then burned the CD.
However, the autorun setup doesn't work. I have to double-click from the CD
drive until I get the .html file and open that myself. What I really get is
the dialog box that asks, What do you want Windows to do? and there is
nothing on the list to include the autorun idea.

Can someone tell me what really works?

5tulips



The general construction of Autorun.inf is as follows:

[autorun]
label=Type your application name here
icon=Setup.exe,0
open=Setup.exe

When you type your application name in the second line, it shows up in
My Computer when launched so you know which CD is in the drive.

In your case I assume you want to launch an index.html file from your
CD. I think this would work:

[autorun]
open=index.html

Let us know if this worked.
 
J

John Inzer

5tulips said:
I've never added autorun files to a CD before, but did this exercise
this morning.

I downloaded these two files:
autorun.inf
shelexec.exe
and added them to the folder of files I would burn to CD.

I changed the autorun.inf file
from
[autorun]
open=SHELEXEC.EXE default.htm
to
[autorun]
open=SHELEXEC.EXE index.html
because I'm burning a disk-based website, and its initial file is
index.html. I deposited the files into the root directory of the web
folder.

Then burned the CD.
However, the autorun setup doesn't work. I have to double-click from
the CD drive until I get the .html file and open that myself. What I
really get is the dialog box that asks, What do you want Windows to
do? and there is nothing on the list to include the autorun idea.

Can someone tell me what really works?

5tulips
===========================
IrfanView_Help_includes a tutorial
on creating an autorun slide show:

Just search for 'Slideshow from CD'
and look at Method 2.

IrfanView
http://www.software.com/irfanview
(get the plug-ins too)
http://www.software.com/irfanview-plugin

--

J. Inzer MS-MVP
Digital Media Experience

Notice
This is not tech support
I am a volunteer

Solutions that work for
me may not work for you

Proceed at your own risk
 
5

5tulips

: On 23 July, 20:21, "5tulips" <[email protected]>
: wrote:
: > I've never added autorun files to a CD before, but did this exercise
this
: > morning.
: >
: > I downloaded these two files:
: > autorun.inf
: > shelexec.exe
: > and added them to the folder of files I would burn to CD.
: >
: > I changed the autorun.inf file
: > from
: > [autorun]
: > open=SHELEXEC.EXE default.htm
: > to
: > [autorun]
: > open=SHELEXEC.EXE index.html
: > because I'm burning a disk-based website, and its initial file is
: > index.html. I deposited the files into the root directory of the web
folder.
: >
: > Then burned the CD.
: > However, the autorun setup doesn't work. I have to double-click from the
CD
: > drive until I get the .html file and open that myself. What I really get
is
: > the dialog box that asks, What do you want Windows to do? and there is
: > nothing on the list to include the autorun idea.
: >
: > Can someone tell me what really works?
: >
: > 5tulips
:
:
:
: The general construction of Autorun.inf is as follows:
:
: [autorun]
: label=Type your application name here
: icon=Setup.exe,0
: open=Setup.exe
:
: When you type your application name in the second line, it shows up in
: My Computer when launched so you know which CD is in the drive.
:
: In your case I assume you want to launch an index.html file from your
: CD. I think this would work:
:
: [autorun]
: open=index.html
:
: Let us know if this worked.
===============================

1. If I use your first instruction where do I get the setup.exe file?
2. Does the 0 (in the line icon=Setup.exe,0) mean that you are not using
an icon?
5tulips
 
T

Tim Meddick

ANONYMOUS,
I believe the subject of line (1) must be an
executable.
For this reason, software developers use a small program to launch an
HTML file (if that is what's wanted) usually called "ierunner.exe".


[autorun]
OPEN=ierunner.exe welcome.htm
ICON=pcw.ico


(AutoRun.inf from PCWorld magazine's cd-rom - July 2009)

==

Cheers, Tim Meddick, Peckham, London. :)




ANONYMOUS said:
I've never added autorun files to a CD before, but did this exercise
this
morning.

I downloaded these two files:
autorun.inf
shelexec.exe
and added them to the folder of files I would burn to CD.

I changed the autorun.inf file
from
[autorun]
open=SHELEXEC.EXE default.htm
to
[autorun]
open=SHELEXEC.EXE index.html
because I'm burning a disk-based website, and its initial file is
index.html. I deposited the files into the root directory of the web
folder.

Then burned the CD.
However, the autorun setup doesn't work. I have to double-click from
the CD
drive until I get the .html file and open that myself. What I really
get is
the dialog box that asks, What do you want Windows to do? and there
is
nothing on the list to include the autorun idea.

Can someone tell me what really works?

5tulips



The general construction of Autorun.inf is as follows:

[autorun]
label=Type your application name here
icon=Setup.exe,0
open=Setup.exe

When you type your application name in the second line, it shows up in
My Computer when launched so you know which CD is in the drive.

In your case I assume you want to launch an index.html file from your
CD. I think this would work:

[autorun]
open=index.html

Let us know if this worked.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Autorun on MSDN Event DVD not working 12
Autorun a CD 4
AutoRun CD 2
Autorun CD Problem 4
autorun not working 1
Autorun runs twice - not reliable 1
autorun file for windows media player 3
Autorun CD menu 4

Top