Hi all,

I would like to create a platform independent CD (actually only MAC OS and Windows) that will automatically start a html file when it is inserted in the CD drive...assuming the flag in the registry for CDAUTORUN is enabled.

I realised that MAC doesn't recognize the autorun.inf file...instead it needs AutoRun.

How do I create a platform independ "autorun"?

Even the one i wrote for windows doesn't seem to work...

Code:
[autorun]
open=start start.html
can anyone tell me why?
Any help will be appreciated

thanks