autorun

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • j4reva
    New Member
    • Sep 2006
    • 1

    autorun

    help me with code for an autorun.inf generator and installation wizard for a project i have just completed.
  • Hemant Pathak
    Recognized Expert New Member
    • Jul 2006
    • 92

    #2
    Hi............. .

    autorun.inf file is information file of ur Data. when u want to make ur software CD to autorun then put this in ur cd.

    Code of autorun.inf File

    [Autorun]
    icon='ur icon name it is show the CD icon when u insert in the drive
    Label='ur CD Label it is show the CD Label when u insert in the drive
    Open='ur exe name it is run automatically ur given exe name when u insert ur CD in CD drive

    Comment

    Working...