Running IE from autorun.inf when CD inserted

  • Thread starter Thread starter kwc
  • Start date Start date
K

kwc

I have created several html pages and trying to put them
on a CD and get IE to open to the first page when the CD
is inserted. I'vd tried to run iexplore.exe in various
ways, but cannot get it to work. Is it possible?
From Windows Run command I get it to do exactly what I
want, but the same OPEN command in the autorun.inf will
not work. My CD drive does autorun other CDs. Thanks.
 
Hey kwc,

I didn't burn this on a CD but it worked with the thumbdrive that I have:

[autorun]
shellexecute=test.htm


Basically, open won't work for you because it doesn't really know how to
open the file and if you try to start it with iexplore.exe, it doesn't know
where to pick up the .htm file from. You need to use the shellexecute
command. You can read up on the other commands that autorun.inf can use by
checking out
http://msdn.microsoft.com/library/d...ll_basics_extending/autorun/autoplay_cmds.asp

thanks,
will

This posting is provided "AS IS" with no warranties, and confers no rights
 

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.inf 11
autorun.inf and autoplay 1
Autorun.inf 4
Create autorun.inf 3
Autorun CD - Windows XP 4
AUTORUN.INF 4
ppt autorun from usb memory stick 0
autorun.inf doesn't work 5

Back
Top