From: Gary G on
Has anyone used autorun.inf on a CD-R to open a .html
file?

[autorun]
open=http://file.html does not work, nor does
ShellExecuteEx=file.html

Any ideas?



Kiss French. Drink California.

gary at gaugler dot com
From: Raoul Watson on
You have to actually run the browser (iexplore.exe) and pass the html
page as a parameter.

There is also a freeware called shellrun that you can use like

[autorun]
open=ShellRun.exe index.htm

http://www.phdcc.com/shellrun/freekit.htm


Gary G wrote:
> Has anyone used autorun.inf on a CD-R to open a .html
> file?
>
> [autorun]
> open=http://file.html does not work, nor does
> ShellExecuteEx=file.html
>
> Any ideas?
>
>
>
> Kiss French. Drink California.
>
> gary at gaugler dot com
From: Gary G on
On Sun, 18 Apr 2010 19:56:21 -0400, Raoul Watson
<WatsonR(a)IntelligenCIA.com> wrote:

>You have to actually run the browser (iexplore.exe) and pass the html
>page as a parameter.
>
>There is also a freeware called shellrun that you can use like
>
>[autorun]
>open=ShellRun.exe index.htm
>
>http://www.phdcc.com/shellrun/freekit.htm
>
>
>Gary G wrote:
>> Has anyone used autorun.inf on a CD-R to open a .html
>> file?
>>
>> [autorun]
>> open=http://file.html does not work, nor does
>> ShellExecuteEx=file.html
>>
>> Any ideas?
>>
>>
>>
>> Kiss French. Drink California.
>>
>> gary at gaugler dot com

Good idea but does not work. It wants to install itself on the PC
which is OK but after that, nothing.

I thought IndigoRose Autorun was a hassle but now it seems to
be the only way...sigh.



Kiss French. Drink California.

gary at gaugler dot com
From: Gary G on
On Sun, 18 Apr 2010 19:56:21 -0400, Raoul Watson
<WatsonR(a)IntelligenCIA.com> wrote:

>You have to actually run the browser (iexplore.exe) and pass the html
>page as a parameter.
>
>There is also a freeware called shellrun that you can use like
>
>[autorun]
>open=ShellRun.exe index.htm
>
>http://www.phdcc.com/shellrun/freekit.htm
>
>
>Gary G wrote:
>> Has anyone used autorun.inf on a CD-R to open a .html
>> file?
>>
>> [autorun]
>> open=http://file.html does not work, nor does
>> ShellExecuteEx=file.html
>>
>> Any ideas?
>>
>>
>>
>> Kiss French. Drink California.
>>
>> gary at gaugler dot com

I got it. It helps to read the instructions!

Works great. Thanks.



Kiss French. Drink California.

gary at gaugler dot com