MPAA | Western Union | Pest Control | Adverse Credit Remortgage | Internet Advertising
Autorun.inf Problems [Archive] - PCMech Forums

PDA

View Full Version : Autorun.inf Problems


Simfal
07-13-2002, 05:42 AM
Hi

Is there a way to get a CD to autorun without using an .exe file.

i.e. If the first files is index.htm, can I get the .inf file to auto start this file in IE?

I have tried the folowing in a file called autorun.inf

[autorun]
open=index.htm

But no good! :(

Any ideas??? :rolleyes:

RJ
07-13-2002, 05:44 AM
Hi,

this only works for exe files.
It should work this way:

open=explorer .\index.htm

HTH

RJ

Simfal
07-13-2002, 06:00 AM
Thanks RJ

I'll give it a shot:)