0

I have basic autorun.inf setup, which opens IE on client machine then tries to open html document located on cd/dvd within just opened IE.

Here it is:

open="C:\Program Files\Internet Explorer\iexplore.exe" index.html

Is it possible to pass somehow global variable or any other shortcut to lets say Program Files? It will be awesome if I could be sure that if user have different directories structure, still autorun will find out and open IE instead of doing nothing.

Mateusz
  • 1
  • 2

2 Answers2

1

Try this:

[autorun]
open=start filepathname\index.html
Robert Columbia
  • 6,313
  • 15
  • 32
  • 40
0

Here is a question that looks like the answer you are looking for, please take a look:

How to make an html page open automatically on a CD/DVD

Hope it helps.

Community
  • 1
  • 1
Pimenta
  • 1,029
  • 2
  • 13
  • 32