PC Review


Reply
Thread Tools Rate Thread

Autorun CD - Windows XP

 
 
5tulips
Guest
Posts: n/a
 
      23rd Jul 2009
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


 
Reply With Quote
 
 
 
 
ANONYMOUS
Guest
Posts: n/a
 
      23rd Jul 2009
On 23 July, 20:21, "5tulips" <5tul...@discussions.microsoft.com>
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.

 
Reply With Quote
 
John Inzer
Guest
Posts: n/a
 
      24th Jul 2009
5tulips 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

===========================
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


 
Reply With Quote
 
5tulips
Guest
Posts: n/a
 
      24th Jul 2009
"ANONYMOUS" <(E-Mail Removed)> wrote in message
news:cc68d63b-613e-47ac-8947-(E-Mail Removed)...
: On 23 July, 20:21, "5tulips" <5tul...@discussions.microsoft.com>
: 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


 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      24th Jul 2009
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" <(E-Mail Removed)> wrote in message
news:cc68d63b-613e-47ac-8947-(E-Mail Removed)...
> On 23 July, 20:21, "5tulips" <5tul...@discussions.microsoft.com>
> 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.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
autorun from SD card - how to determine the original autorun directory Buthrakaur Microsoft Dot NET Compact Framework 1 23rd Jul 2007 03:35 PM
Windows XP and autorun Peter Simner Windows XP Basics 2 26th Dec 2004 05:38 PM
Autorun in Windows XP... egan706 Windows XP Help 1 21st Oct 2004 06:33 PM
Re: Windows cannot find autorun.exe Ramesh [MVP] Windows XP Help 0 5th Mar 2004 02:56 PM
autorun will not work in my windows xp Joe Windows XP Setup 0 20th Sep 2003 01:53 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:47 AM.