Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I create an Autorun.inf file for my program CD

Access Version or Conversion

How do I create an Autorun.inf file for my program CD

by  DougP  Posted    (Edited  )
Here is a link on MicrosoftÆs WEB site that explains the different auto run parameters and what they do.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/Shell/programmersguide/shell_basics/shell_basics_extending/autorun/autoplay_cmds.asp

This example shows how to call an Html document using the computers default browser.

[tt][autorun]
shellexecute=index.html[/tt]

So when the CD is inserted it loads the default browser and then opens the index.html page.

This example shows how to run a setup program.

[tt][autorun]
open=setup.exe[/tt]
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top