help with making an autorun disc ?

Menour

New member
Joined
Jul 20, 2011
Messages
0
Reaction score
0
Points
0
i have microsoft ofiice 7 in my flach drive by the way i ve got a licence for that ,what i want to do is making an autorun disc is there any one
who can tell me what file should i inject to these files in order to make the disc start automatcally.
im so sorry about my eng :(
thanks
 
The basic configuration of the autorun.inf states the program that is to be run when the CDor DVD is inserted in the drive and the icon that is to be displayed when thedisk is viewed by Windows Explorer or other directory listing application. Thetext-only file, which resides in the root directory of the CD, should somethinglook like this:
[autorun]
open=myprogram.exe
icon=myicon.ico
then save as autorun.inf
Theicon file should also reside in the root directory of the CD.
 
Back
Top