Windows Autorun for an HTML file

Posted by maestrojed on Stack Overflow See other posts from Stack Overflow or by maestrojed
Published on 2010-05-24T22:51:14Z Indexed on 2010/05/24 23:11 UTC
Read the original article Hit count: 331

Filed under:
|
|

I have a html file on a flash drive that I would like to autorun in Windows. I have found examples of multiple ways to do this but none of them are working for me. Anyone see what I am doing wrong?

This is my latest Attempt:

[autorun]

icon=data/favicon.ico

label=My Project

open=ShellRun.exe OPEN-ME.htm

This was another attempt:

[autorun]
icon=data/favicon.ico
label=My Project
shellexecute=OPEN-ME.html

shell\openme=Learn More About My Project
shell\openme\command=OPEN-ME.html

shell=openme

Some of this is working, like the icon and the label. Just not the auto run.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about autorun