Error creating autorun file?

Try this with a very simple course first.

Publish your HTML as usual.

Copy the HTML folder to the CD.

Create the following two files using Notepad and place them on the CD:

a. Filename= autorun.bat

@echo Loading CD

@start html/index.html

@cls

@exit

b. Filename=autorun.inf

[autorun]

open=autorun.bat

Discussions have been disabled for this post