0

I am trying to autorun a fairly simple HTML photo gallery from a pen drive to give to clients. Clearly I don't know what drive letter is going to be assigned to the drive in any particular pc.

How do I get a pen drive to autorun an index.htm file if I don't know the drive letter or will I need human intervention to get it to run?

David
  • 1

1 Answers1

0

use autorun 1. Insert autorun.inf directly on pendrive.
2. write in autorun.inf:

[AutoRun]
shellexecute="index.html"
UseAutoPlay=1
Adam Silenko
  • 694
  • 3
  • 16