Anybody have a PROVEN method on how to script an Autorun.inf file to open an HTML file in Internet Explorer using "Kiosk Mode" -k parameter?

I tried the following code to no avail:

Code:
[autorun]
open=iexplore -k ReadMe.html
label=Web Disc
icon=disc.ico
Shell\Option1=&View ReadMe.html
Shell\Option1\Command=iexplore -k ReadMe.html
The browser opens in Kiosk Mode just fine, but it can't find the ReadMe.html file (which is in the ROOT directory along with my Autorun.inf file). And I don't want to use absolute directory names for obvious reasons.

I have searched Google to my frustration. Any insight into this would be greatly appreciated.