Mateusz
Mateusz

Reputation: 1

cd/dvd autorun.inf IE setup to open web doc

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.

Upvotes: 0

Views: 725

Answers (2)

Ruben Cortez
Ruben Cortez

Reputation: 11

Try this:

[autorun]
open=start filepathname\index.html

Upvotes: 1

Pimenta
Pimenta

Reputation: 1109

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.

Upvotes: 0

Related Questions