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.