self booting cd for html ??

hey all does any one know how to ,ake a self booting cd for html
so as when it boots it opens a index.html document and the people can go from there
sighned frustrated

Warren:confused:
 
It's suprisingly quite easy ;-)

AUTORUN.INF will only run executables (.COM, .BAT, .EXE).

So, what you do is have it run a BATCH file that loads what ever file you wish. I personally use AUTORUN.BAT but it can be named what ever you like.

Your Batch file should look something simply like this:


@ECHO OFF
START INDEX.HTML
EXIT

What's really cool about this is it works for ANY file. I used this trick to get my Autorun DivX movies to acutally autorun again. Anyway, hope this helps. :)
 
Weclome guy's to our forum more help can B found by usin search tool above.Tanx for takin part please read up on our forum ruleszzzzzz ;)
LaterZzzzzzzzzz
 
h**p://www.karenware.com/powertools/ptautorun.asp

A powerful solution, and free too!
The INF editor, and a starting tool for document types.

A load more odds and ends too - I believe it's mostly ex-Winmag stuff from this former contributor.
 
Top