I am trying to autorun an HTML page from a USB flash drive. I have autorun working off of a CD. But cant get it working ON USB flash can some one assist? Below is a copy of my autorun.inf file:
---------------------
[Autorun]
open=AutoRunPro.exe
icon=image.ico
[AutorunPro]
Run1=index.htm
------------------------
