I’ve been struggling to learn how to open a .html file off a cd by editing the autorun.inf in the root directory of the cd.
I have reviewed other similar questions in TechRepublic which have helped to a point. I now have the autorun.inf setup asfollows:
[autorun]
open=IEXPLORE.exe “index.htm”
Internet explored open up but cannot find http://index.htm. index.htm is in the root directory of the cd along with autorun.inf. In order to open index.htm I have to open d:\index.htm once IE is running. How do I get it to find the file directly?
Marty