TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Automatically launching programs from a CD? From:edunn -at- transport -dot- bombardier -dot- com To:"Geoff Hart" <geoff-h -at- mtl -dot- feric -dot- ca>, TECHWR-L -at- lists -dot- raycomm -dot- com Date:Wed, 27 Oct 1999 09:11:33 -0400
Geoff has it right. I can clarify one thing.
The "icon=myicon.ico" specifies what is displayed on the desktop. The CD drive
representation changes to the icon specified.
Also, if autodetection is turned on for any of your other removable drives
(including 3.5" floppies), the same trick can be used.
Great for identifying and personalising your collection of data. An icon file
and one line inf file don't use up that much room.
Eric L Dunn
1. In a text editor, create the file autorun.inf
2. Type the following text in the file:
[autorun]
open = setup.exe <-- replace this with the name of
your PowerPoint file
icon = myicon.ico <-- not sure what this does, other than
to display the icon
3. Save the file, and away you go.