I want to create a CD which contains many files [audio files, text files, applications, etc..], when the CD will be inserted it will open an application which shows a welcome screen to user and guides him, plus it will also open the CD in explorer (simply show the contents of the CD allowing the user to select which files he wish to open).
The users are elders in a retirement home, we are teaching them how to use computers. The operation system is windows xp with autorun set on default.
my question is is it possible, and if so how?
And if not, is it possible to make the autorun load the application which will guide the user, but when the user accesses the drive itself via double-clicking it will open the cd contents.
Any help appreciated, thanks ahead.
Since it will be used in Windows only, try this: create two files (
autorun.inf
andopen.bat
) in the root directory of your CD.Put this inside
autorun.inf
...and this inside
open.bat