autorun cdrom
Just a few notes about making a cdrom autorun.
You will need to firstly make an executable that runs the whole shebang and loads all the other movies.
I usually call this Start.exe and this will be the interface that contains or loads the navigation elements..
Then you need to create a text file and call it “Autorun.inf”
and then put this in the file and nothing else.. so autorun.inf contains :
——————
[autorun]
open = Start.exe
———————–
that is it, just two lines of code.. la de dah !!
